Home
last modified time | relevance | path

Searched refs:isL (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/tools/llvm-diff/
DDiffConsumer.cpp47 void DiffConsumer::printValue(Value *V, bool isL) { in printValue() argument
55 printValue(SI->getPointerOperand(), isL); in printValue()
58 printValue(CI->getCalledOperand(), isL); in printValue()
61 printValue(II->getCalledOperand(), isL); in printValue()
77 if (isL) { in printValue()
DDiffConsumer.h73 void printValue(Value *V, bool isL);
/external/llvm/tools/llvm-diff/
DDiffConsumer.cpp48 void DiffConsumer::printValue(Value *V, bool isL) { in printValue() argument
56 printValue(cast<StoreInst>(V)->getPointerOperand(), isL); in printValue()
59 printValue(cast<CallInst>(V)->getCalledValue(), isL); in printValue()
62 printValue(cast<InvokeInst>(V)->getCalledValue(), isL); in printValue()
78 if (isL) { in printValue()
DDiffConsumer.h74 void printValue(Value *V, bool isL);
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc115 #define isL(u) (hb_in_ranges<hb_codepoint_t> ((u), 0x1100u, 0x115Fu, 0xA960u, 0xA97Cu)) macro
248 if (isL (u) && buffer->idx + 1 < count) in preprocess_text_hangul()