Home
last modified time | relevance | path

Searched refs:isCompound (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h173 bool isCompound(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCChecker.cpp177 if (HexagonMCInstrInfo::isCompound(MCII, MCI)) in init()
DHexagonMCInstrInfo.cpp434 bool HexagonMCInstrInfo::isCompound(MCInstrInfo const &MCII, in isCompound() function in llvm::HexagonMCInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h212 bool isCompound(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp551 bool HexagonMCInstrInfo::isCompound(MCInstrInfo const &MCII, in isCompound() function in HexagonMCInstrInfo
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java2356 boolean isCompound = localeOrTZID.contains("_");
2357 …String name = isCompound && onlyConstructCompound ? null : getName(LANGUAGE_NAME, localeOrTZID, al…
/external/sqlite/dist/orig/
Dsqlite3.c92309 int isCompound; /* True if p is a compound select */
92339 isCompound = p->pPrior!=0;
92475 if( isCompound<=nCompound /* Defer right-most ORDER BY of a compound */
92518 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){
/external/sqlite/dist/
Dsqlite3.c92325 int isCompound; /* True if p is a compound select */
92355 isCompound = p->pPrior!=0;
92491 if( isCompound<=nCompound /* Defer right-most ORDER BY of a compound */
92534 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){