/external/llvm-project/clang/test/Sema/ |
D | callingconv-iamcu.c | 53 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' calling convention is… struct
|
D | callingconv.c | 70 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' attribute only appli… struct
|
/external/clang/test/Sema/ |
D | callingconv-iamcu.c | 53 struct type_test {} __attribute__((stdcall)); // expected-warning {{calling convention 'stdcall' ig… struct
|
D | callingconv.c | 68 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' attribute only appli… struct
|
/external/toybox/tests/ |
D | test.test | 22 type_test()
|
/external/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 66 assert(CI->getCalledFunction()->getIntrinsicID() == Intrinsic::type_test); in findDevirtualizableCallsForTypeTest()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalSplit.cpp | 146 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in splitGlobals()
|
D | CrossDSOCFI.cpp | 147 Function *BitsetTestFn = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in buildCFICheck()
|
D | ThinLTOBitcodeWriter.cpp | 106 M.getFunction(Intrinsic::getName(Intrinsic::type_test))) { in promoteTypeIds()
|
D | WholeProgramDevirt.cpp | 1612 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() 1785 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in run()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | GlobalSplit.cpp | 149 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in splitGlobals()
|
D | CrossDSOCFI.cpp | 147 Function *BitsetTestFn = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in buildCFICheck()
|
D | ThinLTOBitcodeWriter.cpp | 106 M.getFunction(Intrinsic::getName(Intrinsic::type_test))) { in promoteTypeIds()
|
D | WholeProgramDevirt.cpp | 1798 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() 1971 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in run()
|
/external/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 133 Function *BitsetTestFn = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in buildCFICheck()
|
D | WholeProgramDevirt.cpp | 704 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() 784 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in run()
|
D | LowerTypeTests.cpp | 872 M->getFunction(Intrinsic::getName(Intrinsic::type_test)); in lower()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 77 assert(CI->getCalledFunction()->getIntrinsicID() == Intrinsic::type_test); in findDevirtualizableCallsForTypeTest()
|
D | ModuleSummaryAnalysis.cpp | 169 case Intrinsic::type_test: { in addIntrinsicToSummary()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 78 assert(CI->getCalledFunction()->getIntrinsicID() == Intrinsic::type_test); in findDevirtualizableCallsForTypeTest()
|
D | ModuleSummaryAnalysis.cpp | 169 case Intrinsic::type_test: { in addIntrinsicToSummary()
|
/external/deqp-deps/amber/src/ |
D | CMakeLists.txt | 174 type_test.cc
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 261 type_test, // llvm.type.test
|
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 2624 Builder.CreateCall(CGM.getIntrinsic(llvm::Intrinsic::type_test), in EmitTypeMetadataCodeForVCall() 2726 CGM.getIntrinsic(llvm::Intrinsic::type_test), {CastedVTable, TypeId}); in EmitVTablePtrCheck() 2767 CGM.getIntrinsic(llvm::Intrinsic::type_test), {CastedVTable, AllVtables}); in EmitVTablePtrCheck()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGClass.cpp | 2683 Builder.CreateCall(CGM.getIntrinsic(llvm::Intrinsic::type_test), in EmitTypeMetadataCodeForVCall() 2791 CGM.getIntrinsic(llvm::Intrinsic::type_test), {CastedVTable, TypeId}); in EmitVTablePtrCheck() 2814 CGM.getIntrinsic(llvm::Intrinsic::type_test), {CastedVTable, AllVtables}); in EmitVTablePtrCheck()
|