/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | mangle-variadic-templates.cpp | 14 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()
|
H A D | variadic-templates.cpp | 4 int get_num_types(Types...) { in get_num_types() argument
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | deduction.cpp | 9 void f0(X<sizeof...(Types), Types&...>) { } in f0() argument
|
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-typed-test.h | 165 # define TYPED_TEST_CASE(CaseName, Types) \ argument 253 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ argument
|
/minix3/external/bsd/llvm/dist/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 393 Types section in Encoding 399 .. _LEB128: 401 LEB128 410 Strings
|
H A D | LangRef.rst | 243 .. _linkage_appending: 272 .. _callingconv: 516 .. _globalvars: 1932 .. _t_single_value: 1934 Single Value Types 1939 .. _t_integer: 1941 Integer Type 1972 Floating Point Types 1999 X86_mmx Type 2020 Pointer Type [all …]
|
H A D | ProgrammersManual.rst | 2152 .. _threading: 2517 .. _m_Type: 2519 Important Public Methods 2532 Important Derived Types 2570 .. _FunctionType: 2586 .. _Module:
|
/minix3/external/bsd/llvm/dist/llvm/docs/TableGen/ |
H A D | LangRef.rst | 159 Types section in Syntax
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | ErrorOrTest.cpp | 44 TEST(ErrorOr, Types) { in TEST() argument
|
/minix3/minix/drivers/power/acpi/utilities/ |
H A D | utpredef.c | 425 UINT16 Types) in AcpiUtGetResourceBitWidth()
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 48 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in CGNVCUDARuntime() local
|
H A D | CGRecordLayoutBuilder.cpp | 183 CodeGenTypes &Types; member 206 CGRecordLowering::CGRecordLowering(CodeGenTypes &Types, const RecordDecl *D, … in CGRecordLowering() 630 CGBitFieldInfo CGBitFieldInfo::MakeInfo(CodeGenTypes &Types, in MakeInfo()
|
H A D | CGExprConstant.cpp | 631 SmallVector<llvm::Type*, 2> Types; in VisitCastExpr() local 786 std::vector<llvm::Type*> Types; in EmitArrayInitialization() local 1250 std::vector<llvm::Type*> Types; in EmitConstantValue() local
|
H A D | CGObjCMac.cpp | 198 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getExternalProtocolPtrTy() local 236 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getGetPropertyFn() local 254 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getSetPropertyFn() local 274 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getOptimizedSetPropertyFn() local 310 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getCopyStructFn() local 331 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getCppAtomicObjectFunction() local 347 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getEnumerationMutationFn() local 3349 CodeGenTypes &Types = CGM.getTypes(); in GenerateMethod() local 4975 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in ObjCCommonTypesHelper() local 5380 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in ObjCNonFragileABITypesHelper() local
|
H A D | CGObjCGNU.cpp | 897 CodeGenTypes &Types = CGM.getTypes(); in CGObjCGNU() local 1047 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel]; in GetSelector() local 2413 SmallVectorImpl<TypedSelector> &Types = iter->second; in ModuleInitFunction() local 2589 CodeGenTypes &Types = CGM.getTypes(); in GenerateMethod() local
|
H A D | CGBlocks.cpp | 1776 CodeGenTypes &Types = CGF.CGM.getTypes(); in generateByrefCopyHelper() local 1846 CodeGenTypes &Types = CGF.CGM.getTypes(); in generateByrefDisposeHelper() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/experimental/utilities/tuple/tuple.apply/ |
H A D | large_arity.pass.cpp | 61 bool test_apply_fn(Types...) { return true; } in test_apply_fn() argument
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Analysis/ |
H A D | ScalarEvolutionTest.cpp | 92 SmallVector<Type *, 10> Types; in TEST_F() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | SITypeRewriter.cpp | 105 SmallVector <Type*, 8> Types; in visitCallInst() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 277 Type *Types[] = {ResultType}; in CreateGCResult() local 290 Type *Types[] = {ResultType}; in CreateGCRelocate() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 54 TypeList Types; variable
|
/minix3/external/bsd/llvm/dist/clang/docs/ |
H A D | InternalsManual.rst | 919 .. _QualType:
|
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 289 std::vector<Type> Types; member in __anon870a9de20111::Intrinsic 1462 std::vector<Type> Types; in emitDagCall() local 1851 Intrinsic *NeonEmitter::getIntrinsic(StringRef Name, ArrayRef<Type> Types) { in getIntrinsic() 1905 std::string Types = R->getValueAsString("Types"); in createIntrinsic() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 2370 TypeVector Types; in ParseGenericSelectionExpression() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h | 306 SmallVector<EEVT::TypeSet, 1> Types; variable
|