Home
last modified time | relevance | path

Searched defs:lli (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/test/orc/
H A Dlit.cfg.py26 lli = os.path.join(config.llvm_tools_dir, "lli") global() variable
/llvm-project/clang/test/AST/Interp/
H A Dshifts.cpp
/llvm-project/clang/test/SemaCXX/
H A Dshift.cpp55 long long int lli; in test() local
/llvm-project/clang/test/Sema/
H A Dshift.c54 long long int lli; in test() local
H A Dformat-strings.c285 void test10(int x, float f, int i, long long lli) { in test10()