Searched refs:Helper (Results 26 - 50 of 69) sorted by relevance

123

/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h32 /// Helper class that can build very simple Modules
156 // return num + Helper(recursive_param);
159 // NOTE: if Helper is left as the default parameter, Helper == recursive_add.
161 Function *Helper = nullptr,
164 if (!Helper)
165 Helper = Result;
181 // return Helper(recursive_param);
185 Value *RecursiveReturn = Builder.CreateCall(Helper, RecursiveParam);
/external/libmojo/third_party/jinja2/
H A Dnodes.py113 - :class:`Helper`: helper nodes
251 class Helper(Node): class in inherits:Node
504 class Pair(Helper):
513 class Keyword(Helper):
716 class Operand(Helper):
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h662 // Helper for suppressing false warning from Clang on a const char*
790 // Helper(x), the compiler will pick the first version if x can be
796 // size of Helper(x), which can be done at compile time, we can tell
797 // which version of Helper() is used, and hence whether x can be
799 static char Helper(To);
800 static char (&Helper(...))[2]; // NOLINT
813 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
822 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
1135 // Helper macro for defining tests.
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Darray_internal.h68 // Helper class to emulate a reference to a bool, used for direct element
261 using Helper = ArraySerializationHelper<
322 return Helper::ValidateElements(&object->header_, object->storage(),
/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp46 const char* Helper; member in struct:__anon13072::Mips16IntrinsicHelperType
470 const Mips16IntrinsicHelperType *Helper = local
473 if (Helper != std::end(Mips16IntrinsicHelper) &&
474 *Helper == IntrinsicFind) {
475 Mips16HelperFunction = Helper->Helper;
H A DMips16HardFloat.cpp405 static const char *const Helper[NoFPRet] = { local
409 const char *Name = Helper[RV];
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp155 /// Helper object for minimizing an active set of changes.
321 DeltaActiveSetHelper Helper(*this, Required);
322 changeset_ty CurrentMinSet = Helper.Run(CurrentSet);
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDAGDeltaAlgorithm.cpp157 /// Helper object for minimizing an active set of changes.
327 DeltaActiveSetHelper Helper(*this, Required);
328 changeset_ty CurrentMinSet = Helper.Run(CurrentSet);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs53 #region Helper classes
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h736 // Helper for suppressing false warning from Clang on a const char*
864 // Helper(x), the compiler will pick the first version if x can be
870 // size of Helper(x), which can be done at compile time, we can tell
871 // which version of Helper() is used, and hence whether x can be
873 static char Helper(To);
874 static char (&Helper(...))[2]; // NOLINT
887 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
896 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
1209 // Helper macro for defining tests.
/external/libcxxabi/src/
H A Dcxa_vector.cpp21 #pragma mark --Helper routines and classes --
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h765 // Helper for suppressing false warning from Clang on a const char*
887 // Helper(x), the compiler will pick the first version if x can be
893 // size of Helper(x), which can be done at compile time, we can tell
894 // which version of Helper() is used, and hence whether x can be
896 static char Helper(To);
897 static char (&Helper(...))[2]; // NOLINT
910 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
919 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
1232 // Helper macro for defining tests.
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h736 // Helper for suppressing false warning from Clang on a const char*
858 // Helper(x), the compiler will pick the first version if x can be
864 // size of Helper(x), which can be done at compile time, we can tell
865 // which version of Helper() is used, and hence whether x can be
867 static char Helper(To);
868 static char (&Helper(...))[2]; // NOLINT
881 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
890 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
1203 // Helper macro for defining tests.
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h756 // Helper for suppressing false warning from Clang on a const char*
878 // Helper(x), the compiler will pick the first version if x can be
884 // size of Helper(x), which can be done at compile time, we can tell
885 // which version of Helper() is used, and hence whether x can be
887 static char Helper(To);
888 static char (&Helper(...))[2]; // NOLINT
901 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
910 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
1223 // Helper macro for defining tests.
/external/clang/lib/AST/
H A DStmtPrinter.cpp39 clang::PrinterHelper* Helper; member in class:__anon1113::StmtPrinter
46 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy) {}
91 if (Helper && Helper->handledStmt(S,OS))
2165 Size->printPretty(s, Helper, Policy);
2571 PrinterHelper *Helper,
2574 StmtPrinter P(OS, Helper, Policy, Indentation);
2570 printPretty(raw_ostream &OS, PrinterHelper *Helper, const PrintingPolicy &Policy, unsigned Indentation) const argument
/external/clang/lib/Parse/
H A DParseOpenMP.cpp558 ThreadprivateListParserHelper Helper(this);
559 if (!ParseOpenMPSimpleVarList(OMPD_threadprivate, Helper, true)) {
570 Helper.getIdentifiers());
805 ThreadprivateListParserHelper Helper(this);
806 if (!ParseOpenMPSimpleVarList(OMPD_threadprivate, Helper, false)) {
815 Loc, Helper.getIdentifiers());
/external/libvorbis/doc/
H A D09-helper.tex4 \section{Helper equations} \label{vorbis:spec:helper}
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h738 // Helper for suppressing false warning from Clang on a const char*
866 // Helper(x), the compiler will pick the first version if x can be
872 // size of Helper(x), which can be done at compile time, we can tell
873 // which version of Helper() is used, and hence whether x can be
875 static char Helper(To);
876 static char (&Helper(...))[2]; // NOLINT
892 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
1213 // Helper macro for defining tests.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h738 // Helper for suppressing false warning from Clang on a const char*
866 // Helper(x), the compiler will pick the first version if x can be
872 // size of Helper(x), which can be done at compile time, we can tell
873 // which version of Helper() is used, and hence whether x can be
875 static char Helper(To);
876 static char (&Helper(...))[2]; // NOLINT
892 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
1213 // Helper macro for defining tests.
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h738 // Helper for suppressing false warning from Clang on a const char*
866 // Helper(x), the compiler will pick the first version if x can be
872 // size of Helper(x), which can be done at compile time, we can tell
873 // which version of Helper() is used, and hence whether x can be
875 static char Helper(To);
876 static char (&Helper(...))[2]; // NOLINT
892 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
1213 // Helper macro for defining tests.
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc503 MOCK_METHOD2(Helper, void(int* array, int size));
516 EXPECT_CALL(helper, Helper(_, _))
518 helper.Helper(array, 2);
/external/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc502 MOCK_METHOD2(Helper, void(int* array, int size));
515 EXPECT_CALL(helper, Helper(_, _))
517 helper.Helper(array, 2);
/external/v8/testing/gmock/test/
H A Dgmock-generated-matchers_test.cc502 MOCK_METHOD2(Helper, void(int* array, int size));
515 EXPECT_CALL(helper, Helper(_, _))
517 helper.Helper(array, 2);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DRewriteRuleXxxxStreamFixture.cs367 #region Helper Methods
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp677 HelpingMemoryManager(MCJITHelper *Helper) : MasterHelper(Helper) {} argument

Completed in 2875 milliseconds

123