/llvm-project/libc/src/__support/OSUtil/linux/riscv/ |
H A D | syscall.h | 47 syscall_impl(long number) syscall_impl() argument 53 syscall_impl(long number,long arg1) syscall_impl() argument 59 syscall_impl(long number,long arg1,long arg2) syscall_impl() argument 65 syscall_impl(long number,long arg1,long arg2,long arg3) syscall_impl() argument 71 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4) syscall_impl() argument 78 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5) syscall_impl() argument 85 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5,long arg6) syscall_impl() argument
|
/llvm-project/libc/src/__support/OSUtil/darwin/arm/ |
H A D | syscall.h | 49 syscall_impl(long number) syscall_impl() argument 55 syscall_impl(long number,long arg1) syscall_impl() argument 61 syscall_impl(long number,long arg1,long arg2) syscall_impl() argument 67 syscall_impl(long number,long arg1,long arg2,long arg3) syscall_impl() argument 73 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4) syscall_impl() argument 80 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5) syscall_impl() argument 87 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5,long arg6) syscall_impl() argument
|
/llvm-project/libc/src/__support/OSUtil/linux/aarch64/ |
H A D | syscall.h | 47 syscall_impl(long number) syscall_impl() argument 53 syscall_impl(long number,long arg1) syscall_impl() argument 59 syscall_impl(long number,long arg1,long arg2) syscall_impl() argument 65 syscall_impl(long number,long arg1,long arg2,long arg3) syscall_impl() argument 71 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4) syscall_impl() argument 78 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5) syscall_impl() argument 85 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5,long arg6) syscall_impl() argument
|
/llvm-project/libc/src/__support/OSUtil/linux/arm/ |
H A D | syscall.h | 65 syscall_impl(long number) syscall_impl() argument 71 syscall_impl(long number,long arg1) syscall_impl() argument 77 syscall_impl(long number,long arg1,long arg2) syscall_impl() argument 83 syscall_impl(long number,long arg1,long arg2,long arg3) syscall_impl() argument 89 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4) syscall_impl() argument 96 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5) syscall_impl() argument 103 syscall_impl(long number,long arg1,long arg2,long arg3,long arg4,long arg5,long arg6) syscall_impl() argument
|
/llvm-project/libcxx/test/libcxx/feature_test_macro/ |
H A D | test_data.json | 41 "number": "P0645R10", global() string 46 "number": "P1361R2", global() string 53 "number": "P2216R3", global() string 60 "number": "P2372R3", global() string 65 "number": "P2418R2", global() string 74 "number": "P2419R2", global() string 83 "number": "P2637R3", global() string 90 "number": "P2918R2", global() string 131 "number": "", global() string 140 "number": "", global() string [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | avoid-goto.cpp | 58 for (auto number : array) { in forward_jump_out_nested_loop() local 74 for (auto number : array) { in forward_jump_out_nested_loop() local 109 for (auto number : array) { in forward_jump_out_nested_loop() local
|
/llvm-project/llvm/test/MC/AsmParser/ |
H A D | altmacro_expression.s | 35 .macro macro_call_0 number argument 39 .macro macro_call_1 number argument
|
H A D | altmacro_string_escape.s | 11 .macro fun1 number argument
|
/llvm-project/lld/wasm/ |
H A D | WriterUtils.cpp | 88 void writeUleb128(raw_ostream &os, uint64_t number, const Twine &msg) { in writeUleb128() 93 void writeSleb128(raw_ostream &os, int64_t number, const Twine &msg) { in writeSleb128() 116 void writeU32(raw_ostream &os, uint32_t number, const Twine &msg) { in writeU32() 121 void writeU64(raw_ostream &os, uint64_t number, const Twine &msg) { in writeU64() 143 void writeI32Const(raw_ostream &os, int32_t number, const Twine &msg) { in writeI32Const() 148 void writeI64Const(raw_ostream &os, int64_t number, const Twine &msg) { in writeI64Const() 153 void writePtrConst(raw_ostream &os, int64_t number, bool is64, in writePtrConst()
|
/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | get_command_argument-optional.f90 | 10 subroutine test(number, value, length, status, errmsg) argument 11 integer, optional :: number, status, length local
|
/llvm-project/flang/unittests/Runtime/ |
H A D | Time.cpp | 106 count_t number{-1}; TEST() local 127 count_t number{-1}; TEST() local 155 count_t number{-1}; TEST() local [all...] |
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_utils.h | 63 constexpr size_t nearest_boundary(size_t number, size_t multiple) { in nearest_boundary() 71 constexpr size_t next_pow2(size_t number) { in next_pow2()
|
/llvm-project/mlir/lib/Bytecode/Writer/ |
H A D | IRNumbering.h | 43 unsigned number = 0; member 76 unsigned number = 0; member 94 unsigned number = 0; member 114 unsigned number; global() member 138 unsigned number; global() member [all...] |
H A D | IRNumbering.cpp | 309 void IRNumberingState::number(Attribute attr) { number() function in IRNumberingState 365 void IRNumberingState::number(Block &block) { number() function in IRNumberingState 400 void IRNumberingState::number(Region ®ion) { number() function in IRNumberingState 418 void IRNumberingState::number(Operation &op) { number() function in IRNumberingState 459 void IRNumberingState::number(OperationName opName) { number() function in IRNumberingState 476 void IRNumberingState::number(Type type) { number() function in IRNumberingState 534 void IRNumberingState::number(Dialect *dialect, number() function in IRNumberingState [all...] |
/llvm-project/lldb/test/API/commands/dwim-print/ |
H A D | main.c |
|
/llvm-project/flang/test/Semantics/ |
H A D | data14.f90 | 7 integer :: number component
|
/llvm-project/clang/test/clang-rename/ |
H A D | TemplateTypename.cpp |
|
H A D | TemplateClassInstantiation.cpp |
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_i18n.cpp | 151 int number = get_number(kmp_i18n_prp_Version); in __kmp_i18n_do_catopen() local 190 int number = get_number(id); in __kmp_i18n_catgets() local 380 int number = get_number(kmp_i18n_prp_Version); in __kmp_i18n_do_catopen() local 543 int number = get_number(id); in __kmp_i18n_catgets() local
|
/llvm-project/lldb/test/Shell/Expr/Inputs/ |
H A D | call-function.cpp | 7 int number; member
|
/llvm-project/lldb/test/API/commands/expression/call-function/ |
H A D | main.cpp | 5 int number; member
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-filepath.cc | 228 const FilePath& base_name, int number, in MakeFileName() 316 int number = 0; in GenerateUniqueFileName() local
|
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/ |
H A D | CommandTest.cpp | 24 mlir::Value number = firBuilder->create<fir::UndefOp>(loc, intTy); in TEST_F() local
|
/llvm-project/lldb/test/API/commands/expression/top-level/ |
H A D | test.cpp | 47 for (signed char number: numbers) in complicatedFunction() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-equals-delete.cpp | 204 static Number number; in getNumber() local
|