Home
last modified time | relevance | path

Searched refs:hasInfo (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/CodeGen/
DCGLoopInfo.h120 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
158 bool hasInfo() const { return !Active.empty(); } in hasInfo() function
DCGLoopInfo.cpp278 if (!hasInfo()) in InsertHelper()
/external/llvm-project/clang/lib/CodeGen/
DCGLoopInfo.h221 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
283 bool hasInfo() const { return !Active.empty(); } in hasInfo() function
DCGLoopInfo.cpp791 if (!hasInfo()) in InsertHelper()
/external/cldr/tools/java/org/unicode/cldr/util/
DGrammarInfo.java230 public boolean hasInfo(GrammaticalTarget target) { in hasInfo() method in GrammarInfo
DCLDRFile.java3459 if (grammarInfo.hasInfo(GrammaticalTarget.nominal)) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp548 if (!LastEMSInfo->hasInfo()) in FlushPendingMappingSymbol()
605 bool hasInfo() { return F != nullptr; } in hasInfo() function
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp540 if (!LastEMSInfo->hasInfo()) in FlushPendingMappingSymbol()
597 bool hasInfo() { return F != nullptr; } in hasInfo() function
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartGrammaticalForms.java248 if (grammarInfo == null || !grammarInfo.hasInfo(GrammaticalTarget.nominal)) { in writeSubcharts()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCLDRFile.java199 if (sdi.getGrammarInfo(locale).hasInfo(GrammaticalTarget.nominal)) { in testExtraPaths()