Searched refs:Entry1 (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | VerifierTest.cpp | 75 BasicBlock *Entry1 = BasicBlock::Create(C, "entry", F1); in TEST() local 79 CallInst::Create(F2,"call",Entry1); in TEST() 86 ReturnInst::Create(C, ConstZero, Entry1); in TEST()
|
/external/llvm/unittests/IR/ |
D | VerifierTest.cpp | 75 BasicBlock *Entry1 = BasicBlock::Create(C, "entry", F1); in TEST() local 79 CallInst::Create(F2,"call",Entry1); in TEST() 86 ReturnInst::Create(C, ConstZero, Entry1); in TEST()
|
/external/giflib/ |
D | quantize.c | 44 static int SortCmpRtn(const void *Entry1, const void *Entry2); 314 SortCmpRtn(const void *Entry1, in SortCmpRtn() argument 316 QuantizedColorType *entry1 = (*((QuantizedColorType **) Entry1)); in SortCmpRtn()
|