Home
last modified time | relevance | path

Searched refs:type_test (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm-project/clang/test/Sema/
Dcallingconv-iamcu.c53 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' calling convention is… struct
Dcallingconv.c70 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' attribute only appli… struct
/external/clang/test/Sema/
Dcallingconv-iamcu.c53 struct type_test {} __attribute__((stdcall)); // expected-warning {{calling convention 'stdcall' ig… struct
Dcallingconv.c68 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' attribute only appli… struct
/external/toybox/tests/
Dtest.test22 type_test()
/external/llvm/lib/Analysis/
DTypeMetadataUtils.cpp66 assert(CI->getCalledFunction()->getIntrinsicID() == Intrinsic::type_test); in findDevirtualizableCallsForTypeTest()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp146 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in splitGlobals()
DCrossDSOCFI.cpp147 Function *BitsetTestFn = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in buildCFICheck()
DThinLTOBitcodeWriter.cpp106 M.getFunction(Intrinsic::getName(Intrinsic::type_test))) { in promoteTypeIds()
DWholeProgramDevirt.cpp1612 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/
DGlobalSplit.cpp149 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in splitGlobals()
DCrossDSOCFI.cpp147 Function *BitsetTestFn = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in buildCFICheck()
DThinLTOBitcodeWriter.cpp106 M.getFunction(Intrinsic::getName(Intrinsic::type_test))) { in promoteTypeIds()
DWholeProgramDevirt.cpp1798 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/
DCrossDSOCFI.cpp133 Function *BitsetTestFn = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in buildCFICheck()
DWholeProgramDevirt.cpp704 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers()
784 M.getFunction(Intrinsic::getName(Intrinsic::type_test)); in run()
DLowerTypeTests.cpp872 M->getFunction(Intrinsic::getName(Intrinsic::type_test)); in lower()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp77 assert(CI->getCalledFunction()->getIntrinsicID() == Intrinsic::type_test); in findDevirtualizableCallsForTypeTest()
DModuleSummaryAnalysis.cpp169 case Intrinsic::type_test: { in addIntrinsicToSummary()
/external/llvm-project/llvm/lib/Analysis/
DTypeMetadataUtils.cpp78 assert(CI->getCalledFunction()->getIntrinsicID() == Intrinsic::type_test); in findDevirtualizableCallsForTypeTest()
DModuleSummaryAnalysis.cpp169 case Intrinsic::type_test: { in addIntrinsicToSummary()
/external/deqp-deps/amber/src/
DCMakeLists.txt174 type_test.cc
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc261 type_test, // llvm.type.test
/external/clang/lib/CodeGen/
DCGClass.cpp2624 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/
DCGClass.cpp2683 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()

12