Searched refs:int32_3 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | PassManagerTest.cpp | 471 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry); in makeLLVMModule() local 472 int32_3->setCallingConv(CallingConv::C); in makeLLVMModule() 473 int32_3->setTailCall(false);AttrListPtr int32_3_PAL; in makeLLVMModule() 474 int32_3->setAttributes(int32_3_PAL); in makeLLVMModule() 476 ReturnInst::Create(getGlobalContext(), int32_3, label_entry); in makeLLVMModule()
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 475 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry); in makeLLVMModule() local 476 int32_3->setCallingConv(CallingConv::C); in makeLLVMModule() 477 int32_3->setTailCall(false);AttributeSet int32_3_PAL; in makeLLVMModule() 478 int32_3->setAttributes(int32_3_PAL); in makeLLVMModule() 480 ReturnInst::Create(Context, int32_3, label_entry); in makeLLVMModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 533 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry); in makeLLVMModule() local 534 int32_3->setCallingConv(CallingConv::C); in makeLLVMModule() 535 int32_3->setTailCall(false); in makeLLVMModule() 537 int32_3->setAttributes(int32_3_PAL); in makeLLVMModule() 539 ReturnInst::Create(Context, int32_3, label_entry); in makeLLVMModule()
|
/external/libbrillo/brillo/ |
D | flag_helper_unittest.cc | 31 DEFINE_int32(int32_3, INT32_MAX, "Test int32 flag"); in TEST_F() 76 DEFINE_int32(int32_3, 1, "Test int32 flag"); in TEST_F() 138 DEFINE_int32(int32_3, 1, "Test int32 flag"); in TEST_F()
|