Searched defs:isPredicate (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h81 /// isPredicate - Set if this is one of the operands that made up of
83 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } function in class:llvm::MCOperandInfo
592 if (OpInfo[i].isPredicate())
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c604 int isPredicate);
13995 int isPredicate)
14006 if (isPredicate)
14053 } else if (isPredicate) {
13993 xmlXPathCompOpEvalToBoolean(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, int isPredicate) argument
/external/libxml2/
H A Dxpath.c682 int isPredicate);
14148 int isPredicate)
14159 if (isPredicate)
14206 } else if (isPredicate) {
14146 xmlXPathCompOpEvalToBoolean(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, int isPredicate) argument

Completed in 4298 milliseconds