/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | get_command_argument.f90 | 6 subroutine number_only(num) argument 7 integer :: num local 15 subroutine number_and_value_only(num, value) argument 16 integer :: num local 36 subroutine all_arguments(num, value, length, status, errmsg) argument 37 integer :: num, length, status local 63 subroutine number_and_length_only(num, length) argument 64 integer :: num, length local 81 subroutine number_and_status_only(num, status) argument 82 integer :: num, status local [all …]
|
/llvm-project/clang/test/Analysis/ |
H A D | loop-widening-notes.cpp | 24 int num = 10; in while_analyzer_output() local 44 int num = 10; in do_while_analyzer_output() local 59 int num = 10; in test_for_loop() local
|
/llvm-project/flang/test/Lower/ |
H A D | select-case-statement.f90 | 367 subroutine swhere(num) argument 370 integer, intent(in) :: num local 392 subroutine sforall(num) argument 395 integer, intent(in) :: num local 419 integer :: num local
|
/llvm-project/lldb/test/Shell/ObjectFile/ELF/Inputs/ |
H A D | minidebuginfo-main.c | 3 int multiplyByFour(int num) { return num * 4; } in multiplyByFour() 6 int multiplyByThree(int num) { return num * 3; } in multiplyByThree()
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_s390x.h | 17 #define GPR_OFFSET(num) (16 + 8 * num) argument 19 #define ACR_OFFSET(num) (16 + 8 * 16 + 4 * num) argument 21 #define FPR_OFFSET(num) (8 + 8 * num) argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | compare.cpp | 367 bool less_than_max(short num, T value) { in less_than_max() 373 bool less_than_max(short num) { in less_than_max() 379 void test10(short num, int x) { in test10() 387 inline bool less_than_zero(T num, T value) { in less_than_zero() 392 inline bool less_than_zero(unsigned num) { in less_than_zero() 398 void test11(unsigned num) { in test11()
|
/llvm-project/clang/test/CodeGen/ |
H A D | ms_this.cpp | 18 double num = 0; in runc() local 31 double num = 0; in runc() local
|
H A D | debug-info-switch-fallthrough.c | 9 void test(int num) { in test()
|
H A D | 2004-02-20-Builtins.c | 6 zsqrtxxx(float num) zsqrtxxx() argument
|
/llvm-project/compiler-rt/test/hwasan/TestCases/ |
H A D | longjmp-setjmp-interception.c | 14 uses_longjmp(int **other_array, int num, jmp_buf env) { in uses_longjmp() 20 int __attribute__((noinline)) uses_setjmp(int num) { in uses_setjmp()
|
/llvm-project/llvm/test/CodeGen/SystemZ/Large/ |
H A D | branch-range-13.py | 25 num = 11000 variable
|
/llvm-project/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
H A D | erase_iter_iter.invalidation.pass.cpp | 25 void del_at_start(C c, std::size_t num) in del_at_start() 46 void del_at_end(C c, std::size_t num) in del_at_end()
|
/llvm-project/llvm/utils/lit/tests/Inputs/test_retry_attempts/ |
H A D | test.py | 15 num = int(counter.read()) variable
|
/llvm-project/clang/test/ExtractAPI/ |
H A D | global_record_multifile.c | 17 int num; variable
|
H A D | global_record.c | 17 int num; variable
|
/llvm-project/llvm/utils/lit/tests/Inputs/allow-retries/ |
H A D | succeeds-within-limit.py | 17 num = int(counter.read()) variable
|
/llvm-project/llvm/test/MC/AsmParser/ |
H A D | macro_parsing.s | 3 .macro DEF num argument
|
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/ |
H A D | dwo-debug-file-search-paths-filename-only-relative-compdir.c | 25 int num = 5; variable
|
H A D | dwo-debug-file-search-path-symlink-relative-compdir.c | 29 int num = 5; variable
|
H A D | dwo-relative-filename-only-binary-dir.c | 20 int num = 5; variable
|
H A D | dwo-debug-file-search-paths-relative-compdir.c | 26 int num = 5; variable
|
H A D | dwo-debug-file-search-paths-dwoname-absolute-compdir.c | 31 int num = 5; variable
|
H A D | dwo-debug-file-search-paths-filename-only-absolute-compdir.c | 30 int num = 5; variable
|
/llvm-project/lldb/source/Target/ |
H A D | RegisterNumber.cpp | 16 lldb::RegisterKind kind, uint32_t num) in RegisterNumber() 32 uint32_t num) { in init()
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinTypeInterfaces.cpp | 29 int64_t num = 1; getNumElements() local
|