Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/test/ELF/
H A Dundef-spell-corrector.s27 # RUN: not ld.lld %t.o %t1.o -o /dev/null 2>&1 | FileCheck --check-prefix=SUBST %s
29 # SUBST: error: undefined symbol: bbcde
30 # SUBST-NEXT: >>> referenced by {{.*}}
31 # SUBST-NEXT: >>> did you mean: abcde
32 # SUBST: error: undefined symbol: abcdd
33 # SUBST-NEXT: >>> referenced by {{.*}}
34 # SUBST-NEXT: >>> did you mean: abcde
/llvm-project-15.0.7/llvm/test/FileCheck/dump-input/
H A Dannotations.txt690 ; SUBST-POS:<<<<<<
692 ; SUBST-POS-NEXT:check:1'0 ^~~~~~~~~~~~~~~~~~~~~
701 ; SUBST-POS-NEXT:check:2'4 ? possible intended match
702 ; SUBST-POS-NEXT:>>>>>>
722 ; SUBST-NEG:<<<<<<
723 ; SUBST-NEG-NEXT: 1: def-match1 def-nomatch
728 ; SUBST-NEG-NEXT: 2: def-match1 def-match2
729 ; SUBST-NEG-NEXT:not:1'0 ~~~~~~~~~~~~~~~~~~~~~~
733 ; SUBST-NEG-NEXT: 3: END
734 ; SUBST-NEG-NEXT:check:3 ^~~
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Draw-string-literal.cpp106 #define SUBST(lit_) lit_ macro
107 char const *const MacroArgument = SUBST("foo\\bar");
/llvm-project-15.0.7/llvm/utils/
H A Dupdate_cc_test_checks.py30 SUBST = { variable
180 SUBST['%clang_cc1'] = ['-cc1', '-internal-isystem', builtin_include_dir,
259 if exec_args[0] not in SUBST:
268 clang_args[0:1] = SUBST[clang_args[0]]
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp1351 case SUBST: { in Fold()
1524 case SUBST: Result = "!subst"; break; in getAsString()
H A DTGParser.cpp1451 Code = TernOpInit::SUBST; in ParseOperation()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h893 enum TernaryOp : uint8_t { SUBST, FOREACH, FILTER, IF, DAG, SUBSTR, FIND }; enumerator