Searched refs:type_test (Results 1 – 13 of 13) sorted by relevance
/external/toybox/tests/ |
D | test.test | 15 type_test() function
|
/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/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 66 assert(CI->getCalledFunction()->getIntrinsicID() == Intrinsic::type_test); in findDevirtualizableCallsForTypeTest()
|
/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/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()
|
D | CGExpr.cpp | 2702 Builder.CreateCall(CGM.getIntrinsic(llvm::Intrinsic::type_test), in EmitCfiCheckFail() 4074 CGM.getIntrinsic(llvm::Intrinsic::type_test), {CastedCallee, TypeId}); in EmitCall()
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Intrinsics.gen | 145 type_test, // llvm.type.test
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Intrinsics.gen | 153 type_test, // llvm.type.test
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Intrinsics.gen | 153 type_test, // llvm.type.test
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Intrinsics.gen | 153 type_test, // llvm.type.test
|