Searched refs:BracketDepth (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | expand-contiguous-isel.ll | 33 …%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/ |
D | FileCheck.cpp | 576 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/ |
D | FileCheck.cpp | 633 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/ |
D | RAIIObjectsForParser.h | 417 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
|
D | Parser.cpp | 2079 << P.getLangOpts().BracketDepth; in diagnoseOverflow()
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 243 BENIGN_LANGOPT(BracketDepth, 32, 256,
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1909 Opts.BracketDepth = getLastArgIntValue(Args, OPT_fbracket_depth, 256, Diags); in ParseLangArgs()
|