Home
last modified time | relevance | path

Searched defs:one (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/llvm-project/clang/test/CodeGen/
H A D2004-01-01-UnknownInitSize.c7 struct one struct
13 struct one hobbit = {5, {1, 2, 3}}; argument
H A Dcfstring-elf-sections-x86_64.c6 const CFStringRef one = (CFStringRef)__builtin___CFStringMakeConstantString("one"); variable
H A Dcfstring3.c20 const CFStringRef one = (CFStringRef)__builtin___CFStringMakeConstantString("one"); variable
/llvm-project/lldb/test/API/functionalities/limit-debug-info/
H A Donetwo.h2 int one = 142; member
21 One one; member
36 One one[3]; member
61 int one = 142; member
H A Dtwo.cpp9 result::One result::Two::one() const { return One(member - 100); } in one() function in result::Two
/llvm-project/flang/test/Semantics/OpenMP/
H A Ddeclare-target-common-block.f907 REAL :: one, two variable
8 COMMON /numbers/ one, two local
/llvm-project/flang/test/Semantics/
H A Dintrinsics02.f9022 real :: one = cos(0.) local
30 real :: one = cos(0.) local
33 real :: one = cos(0.) variable
/llvm-project/clang/test/SemaObjC/
H A Dduplicate-ivar-check.m12 int one; // expected-note {{previous declaration is here}} field
13 int one; // expected-error {{duplicate member 'one'}} field
/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-ms-no-unique-address.cpp22 int one; member
28 int one; member
34 int one; member
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/
H A Dmidpoint.integer.pass.cpp28 constexpr T one{1}; in signed_test() local
77 constexpr T one{1}; in unsigned_test() local
/llvm-project/libcxxabi/test/
H A Dtest_vector1.pass.cpp79 void *one, *two, *three; in test_empty() local
123 void *one, *two, *three; in test_counted() local
165 void *one, *two, *three; in test_exception_in_constructor() local
222 void *one, *two, *three; in test_exception_in_destructor() local
/llvm-project/clang/test/Sema/
H A Dinline-asm-validate-aarch64.c54 void read_write_modifier0(int one, int two) { in read_write_modifier0()
61 void read_write_modifier1(int one, int two) { in read_write_modifier1()
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dis_arithmetic.pass.cpp70 enum Enum {zero, one}; enumerator
76 enum class EnumClass { zero, one }; enumerator
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_signed.pass.cpp72 enum Enum { zero, one }; global() enumerator
78 enum class EnumClass { zero, one }; global() enumerator
H A Dis_unsigned.pass.cpp72 enum Enum { zero, one }; global() enumerator
78 enum class EnumClass { zero, one }; global() enumerator
H A Dis_scoped_enum.pass.cpp61 enum Enum { zero, one }; enumerator
62 enum class CEnum1 { zero, one }; enumerator
/llvm-project/clang/test/PCH/Inputs/
H A Dchain-decls1.h3 struct one {}; struct
/llvm-project/clang/test/Modules/Inputs/normal-module-map/nested_umbrella/
H A D1.h1 int one; variable
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/
H A Done.c1 int one() { return 5; } in one() function
/llvm-project/lldb/test/API/lang/c/conflicting-symbol/One/
H A DOne.c3 void one() { in one() function
/llvm-project/llvm/test/MC/ELF/
H A Ddot-symbol-assignment.s3 one: label
/llvm-project/compiler-rt/test/asan/TestCases/Helpers/
H A Dinitialization-nobug-extra.cpp6 int one = countCalls(); variable
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dfind-variable-file.cpp47 namespace one { namespace
/llvm-project/mlir/lib/Conversion/MathToLLVM/
H A DMathToLLVM.cpp129 LLVM::ConstantOp one; in matchAndRewrite() local
156 auto one = in matchAndRewrite() local
187 LLVM::ConstantOp one = in matchAndRewrite() local
215 auto one = in matchAndRewrite() local
247 LLVM::ConstantOp one; matchAndRewrite() local
274 auto one = matchAndRewrite() local
[all...]
/llvm-project/clang/test/Analysis/
H A Dtemplates.cpp20 static const T one; member in MyClass
23 template<class T> const T MyClass<T>::one = static_cast<T>(1); member in MyClass<T>

12345678910>>...12