Home
last modified time | relevance | path

Searched refs:Entry1 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DVerifierTest.cpp75 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/
DVerifierTest.cpp75 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/
Dquantize.c44 static int SortCmpRtn(const void *Entry1, const void *Entry2);
314 SortCmpRtn(const void *Entry1, in SortCmpRtn() argument
316 QuantizedColorType *entry1 = (*((QuantizedColorType **) Entry1)); in SortCmpRtn()