Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitFunnel/NativeJIT
/ functions
Functions
3,843 in github.com/BitFunnel/NativeJIT
⨍
Functions
3,843
◇
Types & classes
1,532
↓ 5 callers
Method
AbortCalls
googletest/googletest/test/gtest-death-test_test.cc:896
↓ 5 callers
Method
Apply
inc/NativeJIT/Model.h:68
↓ 5 callers
Method
AssumeRoleCalls
Accessors.
googletest/googletest/test/gtest-death-test_test.cc:892
↓ 5 callers
Method
CodeGenInOrder
inc/NativeJIT/Nodes/Node.h:204
↓ 5 callers
Method
DebugString
googletest/googlemock/src/gmock-matchers.cc:382
↓ 5 callers
Function
DieWithMessage
googletest/googletest/test/gtest-death-test_test.cc:109
↓ 5 callers
Function
Eof
Returns the special cursor to denote the end-of-file.
googletest/googletest/scripts/pump.py:132
↓ 5 callers
Function
FindBacktrackingMaxBPM
googletest/googlemock/test/gmock-matchers_test.cc:5090
↓ 5 callers
Function
FloatEq
Creates a matcher that matches any float argument approximately equal to rhs, where two NANs are considered unequal.
googletest/googlemock/include/gmock/gmock-matchers.h:3843
↓ 5 callers
Method
Foo
googletest/googlemock/test/gmock-actions_test.cc:1117
↓ 5 callers
Function
FormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
googletest/googletest/src/gtest-port.cc:898
↓ 5 callers
Function
FormatDeathTestOutput
Returns an indented copy of stderr output for a death test. This makes distinguishing death test output lines from regular log lines much easier.
googletest/googletest/src/gtest-death-test.cc:504
↓ 5 callers
Method
GetId
src/CodeGen/X64CodeGenerator.cpp:49
↓ 5 callers
Method
GetImmediate
inc/NativeJIT/ExpressionTree.h:304
↓ 5 callers
Function
GetNextRandomSeed
Returns the first valid random seed after 'seed'. The behavior is undefined if 'seed' is invalid. The seed after kMaxRandomSeed is considered to be
googletest/googletest/src/gtest-internal-inl.h:152
↓ 5 callers
Method
GetOffsetToOriginalRsp
src/CodeGen/FunctionSpecification.cpp:493
↓ 5 callers
Function
GetTestName
googletest/googletest/test/gtest-typed-test_test.cc:347
↓ 5 callers
Method
GetUntypedEntryPoint
src/NativeJIT/ExpressionTree.cpp:264
↓ 5 callers
Function
GreaterThan
googletest/googlemock/test/gmock-generated-matchers_test.cc:282
↓ 5 callers
Method
Group1
inc/NativeJIT/CodeGen/X64CodeGenerator.h:1626
↓ 5 callers
Function
HasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
googletest/googletest/include/gtest/gtest.h:407
↓ 5 callers
Method
HasValue
test/NativeJIT/BitFunnelAcceptanceTest.cpp:310
↓ 5 callers
Function
IgnoreResult
googletest/googlemock/include/gmock/gmock-actions.h:1187
↓ 5 callers
Function
InitGoogleMock
Initializes Google Mock. This must be called before running the tests. In particular, it parses a command line for the flags that Google Mock recogn
googletest/googlemock/src/gmock.cc:173
↓ 5 callers
Method
IsAnySharedBaseRegister
inc/NativeJIT/ExpressionTree.h:250
↓ 5 callers
Method
IsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
googletest/googletest/src/gtest-filepath.cc:300
↓ 5 callers
Method
IsNull
inc/NativeJIT/ExpressionTree.h:540
↓ 5 callers
Method
Jmp
src/CodeGen/X64CodeGenerator.cpp:100
↓ 5 callers
Function
JoinAsTuple
Joins a vector of strings as if they are fields of a tuple; returns the joined string.
googletest/googlemock/src/gmock-matchers.cc:105
↓ 5 callers
Function
MatchesRegex
Matches a string that fully matches regular expression 'regex'. The matcher takes ownership of 'regex'.
googletest/googlemock/include/gmock/gmock-matchers.h:4005
↓ 5 callers
Function
NanSensitiveDoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, including NaN values when rhs is NaN.
googletest/googlemock/include/gmock/gmock-matchers.h:3821
↓ 5 callers
Function
NanSensitiveFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, including NaN values when rhs is NaN.
googletest/googlemock/include/gmock/gmock-matchers.h:3849
↓ 5 callers
Function
ParseToken
(lines, pos, regex, token_type)
googletest/googletest/scripts/pump.py:243
↓ 5 callers
Method
PassedCalls
googletest/googletest/test/gtest-death-test_test.cc:894
↓ 5 callers
Function
PrintValue
googletest/googletest/test/gtest-param-test_test.cc:82
↓ 5 callers
Method
RemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
googletest/googletest/src/gtest-filepath.cc:124
↓ 5 callers
Function
ResetCounts
Resets the count for each test.
googletest/googletest/test/gtest_repeat_test.cc:141
↓ 5 callers
Method
RunAndVerify
Runs gtest_list_tests_unittest_ and verifies that it prints the correct tests. Args: flag_value: value of the --gtest_list_test
googletest/googletest/test/gtest_list_tests_unittest.py:129
↓ 5 callers
Function
RunCode
(env, code_node, output)
googletest/googletest/scripts/pump.py:702
↓ 5 callers
Function
SetBit
inc/NativeJIT/BitOperations.h:192
↓ 5 callers
Method
SetParameters
Sets the parameters for subsequent calls to Create.
googletest/googletest/test/gtest-death-test_test.cc:981
↓ 5 callers
Method
TestDeleted
googletest/googletest/test/gtest-death-test_test.cc:900
↓ 5 callers
Function
VerifyEpilog
Same as above, for epilog.
test/CodeGen/FunctionBufferTest.cpp:234
↓ 5 callers
Function
VerifyProlog
Compares the prolog in FunctionSpecification against the one in the function buffer. The function buffer is expected to contain the code from offset 0
test/CodeGen/FunctionBufferTest.cpp:222
↓ 5 callers
Method
WaitCalls
googletest/googletest/test/gtest-death-test_test.cc:893
↓ 5 callers
Method
_TypeStringHelper
(self, suffix)
googletest/googlemock/scripts/generator/cpp/ast.py:244
↓ 5 callers
Method
count
googletest/googlemock/include/gmock/gmock-matchers.h:3246
↓ 5 callers
Function
file
Where in the source file was the expectation spec defined?
googletest/googlemock/include/gmock/gmock-spec-builders.h:698
↓ 5 callers
Function
file
Returns the file name where this test is defined.
googletest/googletest/include/gtest/gtest.h:673
↓ 5 callers
Method
get
googletest/googletest/include/gtest/internal/gtest-linked_ptr.h:182
↓ 5 callers
Method
next
Gets the next node in the queue.
googletest/googletest/samples/sample3-inl.h:57
↓ 5 callers
Method
repeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
googletest/googletest/src/gtest.cc:3919
↓ 5 callers
Method
successful_test_count
Gets the number of successful tests.
googletest/googletest/src/gtest.cc:751
↓ 5 callers
Method
y
googletest/googlemock/test/gmock_stress_test.cc:80
↓ 4 callers
Function
AddCodeAndBackDown
Populates the current UnwindCode with the provided values and updates the pointer to the predecessor unwind code (to facilitate reverse, epilog-like o
src/CodeGen/FunctionSpecification.cpp:97
↓ 4 callers
Method
Allocate
inc/NativeJIT/ExpressionTree.h:988
↓ 4 callers
Method
Append
(self, s)
googletest/googletest/scripts/pump.py:652
↓ 4 callers
Function
Arity
Returns the English name of the given arity.
googletest/googletest/scripts/gen_gtest_pred_impl.py:164
↓ 4 callers
Function
AssertEq
(expected, actual)
googletest/googletest/test/gtest_env_var_test.py:48
↓ 4 callers
Method
AssertSetEqual
Asserts that two sets are equal.
googletest/googletest/test/gtest_filter_unittest.py:233
↓ 4 callers
Function
Assign
googletest/googlemock/include/gmock/gmock-actions.h:1147
↓ 4 callers
Function
ByMove
googletest/googlemock/include/gmock/gmock-actions.h:1094
↓ 4 callers
Function
Cardinality
Constructs a Cardinality from its implementation.
googletest/googlemock/include/gmock/gmock-cardinalities.h:90
↓ 4 callers
Function
ChangeToRootDir
googletest/googletest/test/gtest-death-test_test.cc:359
↓ 4 callers
Function
CharsToIndices
googletest/googletest/test/gtest_unittest.cc:3460
↓ 4 callers
Function
CharsToLines
googletest/googletest/test/gtest_unittest.cc:3468
↓ 4 callers
Function
CmpHelperEQ
googletest/googletest/include/gtest/gtest.h:1387
↓ 4 callers
Function
DieIfLessThan
A binary function that may die.
googletest/googletest/test/gtest-death-test_test.cc:185
↓ 4 callers
Method
EvalExp
(self, exp)
googletest/googletest/scripts/pump.py:622
↓ 4 callers
Function
ExplainMatchFailureTupleTo
googletest/googlemock/include/gmock/gmock-matchers.h:810
↓ 4 callers
Function
Fail
Prints the given failure message and exits the program with non-zero. We use this instead of a Google Test assertion to indicate a failure, as the la
googletest/googletest/test/gtest_throw_on_failure_ex_test.cc:45
↓ 4 callers
Function
FailFatally
googletest/googletest/test/gtest_unittest.cc:6903
↓ 4 callers
Function
FloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are conside
googletest/googlemock/include/gmock/gmock-matchers.h:3856
↓ 4 callers
Function
FormatBool
googletest/googletest/src/gtest-internal-inl.h:1171
↓ 4 callers
Function
FormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
googletest/googletest/src/gtest.cc:2809
↓ 4 callers
Function
FormatMatcherDescription
Returns the description for a matcher defined using the MATCHER*() macro where the user-supplied description string is "", if 'negation' is false; oth
googletest/googlemock/src/gmock-matchers.cc:127
↓ 4 callers
Function
FormatTestCount
Formats the count of tests.
googletest/googletest/src/gtest.cc:2817
↓ 4 callers
Function
FormatTimes
Formats "n times" in a human-friendly way.
googletest/googlemock/src/gmock-cardinalities.cc:95
↓ 4 callers
Function
GetCommandOutput
Runs a command and returns its output with all file location info stripped off. Args: env_cmd: The shell command. A 2-tuple where element 0
googletest/googletest/test/gtest_output_test.py:222
↓ 4 callers
Function
GetFlag
Runs gtest_env_var_test_ and returns its output.
googletest/googletest/test/gtest_env_var_test.py:64
↓ 4 callers
Method
GetMethod
(self, modifiers, templated_types)
googletest/googlemock/scripts/generator/cpp/ast.py:953
↓ 4 callers
Method
GetOffset
src/NativeJIT/ExpressionTree.cpp:499
↓ 4 callers
Method
GetParentCount
src/NativeJIT/Node.cpp:101
↓ 4 callers
Method
GetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
googletest/googletest/src/gtest.cc:2739
↓ 4 callers
Method
Group3And5
inc/NativeJIT/CodeGen/X64CodeGenerator.h:1968
↓ 4 callers
Function
InDeathTestChild
Returns a Boolean value indicating whether the caller is currently executing in the context of the death test child process. Tools such as Valgrind h
googletest/googletest/src/gtest-death-test.cc:133
↓ 4 callers
Method
IsAvailable
inc/NativeJIT/ExpressionTree.h:979
↓ 4 callers
Function
IsSpace
googletest/googletest/include/gtest/internal/gtest-port.h:2263
↓ 4 callers
Function
Matcher
googletest/googlemock/include/gmock/gmock-matchers.h:344
↓ 4 callers
Function
Message
Copy constructor.
googletest/googletest/include/gtest/gtest-message.h:96
↓ 4 callers
Function
NanSensitiveDoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, including NaN values when
googletest/googlemock/include/gmock/gmock-matchers.h:3836
↓ 4 callers
Function
NanSensitiveFloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, including NaN values when
googletest/googlemock/include/gmock/gmock-matchers.h:3864
↓ 4 callers
Function
OneTo
Returns the list [1, 2, 3, ..., n].
googletest/googletest/scripts/gen_gtest_pred_impl.py:183
↓ 4 callers
Function
PolymorphicIsEven
googletest/googlemock/test/gmock-matchers_test.cc:501
↓ 4 callers
Method
Print
inc/NativeJIT/CodeGen/X64CodeGenerator.h:707
↓ 4 callers
Method
Reset
Resets the state of the environment s.t. it can be reused.
googletest/googletest/test/gtest_environment_test.cc:82
↓ 4 callers
Function
ReturnNull
Creates an action that returns NULL.
googletest/googlemock/include/gmock/gmock-actions.h:1066
↓ 4 callers
Function
RmDir
googletest/googletest/include/gtest/internal/gtest-port.h:2330
↓ 4 callers
Function
RunAllTests
Runs the tests. Return true iff successful. The 'failure' parameter specifies the type of failure that should be generated by the global set-up.
googletest/googletest/test/gtest_environment_test.cc:127
↓ 4 callers
Function
RunAndExtractTestList
Runs the test program and returns its exit code and a list of tests run.
googletest/googletest/test/gtest_filter_unittest.py:188
← previous
next →
401–500 of 3,843, ranked by callers