Home
last modified time | relevance | path

Searched defs:Types (Results 1 – 25 of 54) sorted by relevance

123

/external/clang/test/CodeGenCXX/
Dmangle-variadic-templates.cpp14 void f0(X<sizeof...(Types), Types&...>) { } in f0() argument
31 template<typename ...Types> void f2(Types...) {} in f2() argument
40 template<typename ...Types> void f3(const Types *...) {} in f3()
Dvariadic-templates.cpp4 int get_num_types(Types...) { in get_num_types() argument
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Ddeduction.cpp9 void f0(X<sizeof...(Types), Types&...>) { } in f0() argument
/external/llvm/docs/
DCoverageMappingFormat.rst393 Types section in Encoding
399 .. _LEB128:
401 LEB128
410 Strings
DProgrammersManual.rst2155 .. _threading:
2607 .. _m_Type:
2609 Important Public Methods
2622 Important Derived Types
2660 .. _FunctionType:
2676 .. _Module:
DLangRef.rst243 .. _linkage_appending:
272 .. _callingconv:
516 .. _globalvars:
1957 .. _t_single_value:
1959 Single Value Types
1964 .. _t_integer:
1966 Integer Type
1997 Floating Point Types
2024 X86_mmx Type
2045 Pointer Type
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-typed-test.h165 # define TYPED_TEST_CASE(CaseName, Types) \ argument
253 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
/external/protobuf/gtest/include/gtest/
Dgtest-typed-test.h165 #define TYPED_TEST_CASE(CaseName, Types) \ argument
250 #define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
/external/mesa3d/src/gtest/include/gtest/
Dgtest-typed-test.h165 # define TYPED_TEST_CASE(CaseName, Types) \ argument
250 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-typed-test.h165 # define TYPED_TEST_CASE(CaseName, Types) \ argument
250 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
/external/gtest/include/gtest/
Dgtest-typed-test.h165 # define TYPED_TEST_CASE(CaseName, Types) \ argument
250 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
/external/antlr/antlr-3.4/runtime/Perl5/docs/
Ddesign.pod39 =head2 Types section in Basic Porting Considerations
/external/llvm/docs/TableGen/
DLangRef.rst159 Types section in Syntax
/external/llvm/unittests/Support/
DErrorOrTest.cpp44 TEST(ErrorOr, Types) { in TEST() argument
/external/clang/lib/CodeGen/
DCGCUDANV.cpp48 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in CGNVCUDARuntime() local
DCGRecordLayoutBuilder.cpp183 CodeGenTypes &Types; member
206 CGRecordLowering::CGRecordLowering(CodeGenTypes &Types, const RecordDecl *D, … in CGRecordLowering()
630 CGBitFieldInfo CGBitFieldInfo::MakeInfo(CodeGenTypes &Types, in MakeInfo()
DCGExprConstant.cpp636 SmallVector<llvm::Type*, 2> Types; in VisitCastExpr() local
791 std::vector<llvm::Type*> Types; in EmitArrayInitialization() local
1255 std::vector<llvm::Type*> Types; in EmitConstantValue() local
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp92 SmallVector<Type *, 10> Types; in TEST_F() local
/external/llvm/lib/Target/R600/
DSITypeRewriter.cpp104 SmallVector <Type*, 8> Types; in visitCallInst() local
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp68 cl::opt<bool> Types("types", cl::desc("Display types"), cl::cat(TypeCategory)); variable
/external/llvm/lib/IR/
DIRBuilder.cpp280 Type *Types[] = {ResultType}; in CreateGCResult() local
293 Type *Types[] = {ResultType}; in CreateGCRelocate() local
/external/guava/guava/src/com/google/common/reflect/
DTypes.java50 final class Types { class
510 private Types() {} in Types() method in Types
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h54 TypeList Types; variable
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp259 class Types : public ContextWrapper class
262 Types (const Context& ctx) in Types() function in deqp::gls::LifetimeTests::details::Types
/external/clang/utils/TableGen/
DNeonEmitter.cpp289 std::vector<Type> Types; member in __anon985e31310111::Intrinsic
1462 std::vector<Type> Types; in emitDagCall() local
1843 Intrinsic *NeonEmitter::getIntrinsic(StringRef Name, ArrayRef<Type> Types) { in getIntrinsic()
1897 std::string Types = R->getValueAsString("Types"); in createIntrinsic() local

123