Home
last modified time | relevance | path

Searched defs:number (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project/libc/src/__support/OSUtil/linux/riscv/
H A Dsyscall.h47 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 Dsyscall.h49 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 Dsyscall.h47 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 Dsyscall.h65 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 Dtest_data.json41 "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 Davoid-goto.cpp58 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 Daltmacro_expression.s35 .macro macro_call_0 number argument
39 .macro macro_call_1 number argument
H A Daltmacro_string_escape.s11 .macro fun1 number argument
/llvm-project/lld/wasm/
H A DWriterUtils.cpp88 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 Dget_command_argument-optional.f9010 subroutine test(number, value, length, status, errmsg) argument
11 integer, optional :: number, status, length local
/llvm-project/flang/unittests/Runtime/
H A DTime.cpp106 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 Dxray_utils.h63 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 DIRNumbering.h43 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 DIRNumbering.cpp309 void IRNumberingState::number(Attribute attr) { number() function in IRNumberingState
365 void IRNumberingState::number(Block &block) { number() function in IRNumberingState
400 void IRNumberingState::number(Region &region) { 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 Dmain.c
/llvm-project/flang/test/Semantics/
H A Ddata14.f907 integer :: number component
/llvm-project/clang/test/clang-rename/
H A DTemplateTypename.cpp
H A DTemplateClassInstantiation.cpp
/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp151 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 Dcall-function.cpp7 int number; member
/llvm-project/lldb/test/API/commands/expression/call-function/
H A Dmain.cpp5 int number; member
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-filepath.cc228 const FilePath& base_name, int number, in MakeFileName()
316 int number = 0; in GenerateUniqueFileName() local
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DCommandTest.cpp24 mlir::Value number = firBuilder->create<fir::UndefOp>(loc, intTy); in TEST_F() local
/llvm-project/lldb/test/API/commands/expression/top-level/
H A Dtest.cpp47 for (signed char number: numbers) in complicatedFunction() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-delete.cpp204 static Number number; in getNumber() local

123