Home
last modified time | relevance | path

Searched defs:num (Results 1 – 25 of 258) sorted by relevance

1234567891011

/llvm-project/flang/test/Lower/Intrinsics/
H A Dget_command_argument.f906 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 Dloop-widening-notes.cpp24 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 Dselect-case-statement.f90367 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 Dminidebuginfo-main.c3 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 DRegisterInfos_s390x.h17 #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 Dcompare.cpp367 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 Dms_this.cpp18 double num = 0; in runc() local
31 double num = 0; in runc() local
H A Ddebug-info-switch-fallthrough.c9 void test(int num) { in test()
H A D2004-02-20-Builtins.c6 zsqrtxxx(float num) zsqrtxxx() argument
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dlongjmp-setjmp-interception.c14 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 Dbranch-range-13.py25 num = 11000 variable
/llvm-project/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Derase_iter_iter.invalidation.pass.cpp25 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 Dtest.py15 num = int(counter.read()) variable
/llvm-project/clang/test/ExtractAPI/
H A Dglobal_record_multifile.c17 int num; variable
H A Dglobal_record.c17 int num; variable
/llvm-project/llvm/utils/lit/tests/Inputs/allow-retries/
H A Dsucceeds-within-limit.py17 num = int(counter.read()) variable
/llvm-project/llvm/test/MC/AsmParser/
H A Dmacro_parsing.s3 .macro DEF num argument
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
H A Ddwo-debug-file-search-paths-filename-only-relative-compdir.c25 int num = 5; variable
H A Ddwo-debug-file-search-path-symlink-relative-compdir.c29 int num = 5; variable
H A Ddwo-relative-filename-only-binary-dir.c20 int num = 5; variable
H A Ddwo-debug-file-search-paths-relative-compdir.c26 int num = 5; variable
H A Ddwo-debug-file-search-paths-dwoname-absolute-compdir.c31 int num = 5; variable
H A Ddwo-debug-file-search-paths-filename-only-absolute-compdir.c30 int num = 5; variable
/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp16 lldb::RegisterKind kind, uint32_t num) in RegisterNumber()
32 uint32_t num) { in init()
/llvm-project/mlir/lib/IR/
H A DBuiltinTypeInterfaces.cpp29 int64_t num = 1; getNumElements() local

1234567891011