Home
last modified time | relevance | path

Searched defs:loc1 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Dopt_type.h8 #define OPT_EQUAL_TYPES(loc1, loc2) ((loc1 type) == (loc2 type)) argument
15 #define OPT_EQUAL_TYPES(loc1, loc2) 1 argument
/llvm-project/lld/test/ELF/
H A Dmips-call-hilo.s51 loc1: label
H A Dmips-got-script.s35 loc1: label
H A Dmips-got-hilo.s46 loc1: label
H A Dmips-got-redundant.s35 loc1: label
/llvm-project/llvm/test/MC/Mips/
H A Dinstr-analysis.s28 loc1: label
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DVar.cpp148 const auto loc1 = dyn_cast<FileLineColLoc>(parser.getEncodedSourceLoc(sm1)); in minSMLoc() local
/llvm-project/clang/tools/libclang/
H A DCXSourceLocation.cpp47 unsigned clang_equalLocations(CXSourceLocation loc1, CXSourceLocation loc2) { in clang_equalLocations() argument
/llvm-project/clang/unittests/Basic/
H A DSourceManagerTest.cpp507 SourceLocation loc1 = SourceMgr.translateLineCol(mainFileID, 3, 8); TEST_F() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp1123 static tester loc1(make_name("loc1")); foo() local