Home
last modified time | relevance | path

Searched refs:BracketDepth (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dexpand-contiguous-isel.ll33 …%BracketDepth.0.ph = phi i64 [ %BracketDepth.1, %_ZNK4llvm9StringRef6substrEmm.exit ], [ undef, %e…
34 %cmp65 = icmp eq i64 %BracketDepth.0.ph, 0
118 %dec = add i64 %BracketDepth.0.ph, -1
127 …%BracketDepth.1 = phi i64 [ %dec, %if.end10 ], [ 0, %_ZNK4llvm9StringRef6substrEmm.exit.loopexit ]…
/external/llvm/utils/FileCheck/
DFileCheck.cpp576 size_t BracketDepth = 0; in FindRegexVarEnd() local
579 if (Str.startswith("]]") && BracketDepth == 0) in FindRegexVarEnd()
590 BracketDepth++; in FindRegexVarEnd()
593 if (BracketDepth == 0) { in FindRegexVarEnd()
599 BracketDepth--; in FindRegexVarEnd()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/
DFileCheck.cpp633 size_t BracketDepth = 0; in FindRegexVarEnd() local
636 if (Str.startswith("]]") && BracketDepth == 0) in FindRegexVarEnd()
647 BracketDepth++; in FindRegexVarEnd()
650 if (BracketDepth == 0) { in FindRegexVarEnd()
656 BracketDepth--; in FindRegexVarEnd()
/external/clang/lib/Parse/
DRAIIObjectsForParser.h417 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
DParser.cpp2079 << P.getLangOpts().BracketDepth; in diagnoseOverflow()
/external/clang/include/clang/Basic/
DLangOptions.def243 BENIGN_LANGOPT(BracketDepth, 32, 256,
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1909 Opts.BracketDepth = getLastArgIntValue(Args, OPT_fbracket_depth, 256, Diags); in ParseLangArgs()