Home
last modified time | relevance | path

Searched defs:One (Results 1 – 25 of 152) sorted by relevance

1234567

/llvm-project/lldb/test/API/functionalities/limit-debug-info/
H A Donetwo.h1 struct One { struct
3 constexpr One() = default; argument
14 struct One { struct
16 constexpr One() = default; argument
29 struct One { struct
31 constexpr One() = default; argument
44 struct One { struct
46 One(int member); argument
60 struct One { struct
62 constexpr One() = default; argument
H A Done.cpp7 result::One::One(int member) : member(member) {} in One() function in result::One
10 void func_shadow::One(int) {} in One() function in func_shadow
12 void func_shadow::One(float) {} in One() function in func_shadow
/llvm-project/clang/test/CodeGen/
H A Denum-bool.cpp5 enum E { Zero, One }; enumerator
16 enum E : bool { Zero, One }; enumerator
27 enum class E { Zero, One }; enumerator
38 enum class E : bool { Zero, One }; enumerator
H A Dbounds-checking-fam.c23 struct One { struct
24 int ignored;
25 int a[1];
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared.pass.cpp59 struct One struct
63 explicit One(int v) : value(v) {++count;} in One() argument
64 One(One const & o) : value(o.value) {++count;} in One() function
65 ~One() {--count;} in ~One() argument
/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DMergeTest.cpp17 NamespaceInfo One; in TEST() local
79 RecordInfo One; in TEST() local
157 FunctionInfo One; in TEST() local
232 EnumInfo One; in TEST() local
/llvm-project/llvm/unittests/Support/
H A DKnownBitsTest.h26 for (unsigned One = 0; One < Max; ++One) { in ForeachKnownBits() local
40 unsigned One = Known.One.getZExtValue(); in ForeachNumInKnownBits() local
/llvm-project/clang/test/Sema/
H A Dmissing-field-initializers.c25 struct One { int a; int b; }; argument
H A Dc2x-fallthrough.c54 One enumerator
/llvm-project/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp67 DIEInteger One(1); in TEST_F() local
82 DIEInteger One(1); in TEST_F() local
98 DIEInteger One(1); in TEST_F() local
194 DIEInteger One(1); in TEST_F() local
351 DIEInteger One(1); in TEST_F() local
429 DIEInteger One(1); in TEST_F() local
507 DIEInteger One(1); in TEST_F() local
544 DIEInteger One(1); in TEST_F() local
563 DIEInteger One(1); in TEST_F() local
583 DIEInteger One(1); in TEST_F() local
[all …]
/llvm-project/clang/test/C/C23/
H A Dn2826.c11 One, enumerator
/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp81 Constant *One = ConstantInt::get(Loaded->getType(), 1); buildAtomicRMWValue() local
89 Constant *One = ConstantInt::get(Loaded->getType(), 1); buildAtomicRMWValue() local
/llvm-project/llvm/unittests/ADT/
H A DDynamicAPIntTest.cpp138 TypeParam One(1); in TYPED_TEST() local
163 TypeParam X(1ll << 50), One(1), Two(2), Three(3); in TYPED_TEST() local
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx20-p0388-unbound-ary.cpp6 namespace One { namespace
/llvm-project/clang/test/FixIt/
H A Dformat-darwin-enum-class.cpp16 enum class CFIndexEnum : CFIndex { One }; enumerator
H A Dformat.cpp10 enum class E { One }; enumerator
/llvm-project/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp91 Value *One = builder.getInt32(1); in main() local
/llvm-project/clang/test/Index/
H A Dcomment-c-decls.c83 One, enumerator
H A Dformat-comment-cdecls.c79 One, enumerator
/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/
H A Dclass-template-partial-spec1.cpp57 namespace One { namespace
64 namespace One { namespace
/llvm-project/clang/test/AST/
H A Dast-dump-enum-json.cpp4 One, enumerator
H A Dast-dump-array.cpp36 enum E { One = 1 }; in testDependentSubscript() enumerator
/llvm-project/lldb/unittests/Utility/
H A DSharedClusterTest.cpp30 auto *One = new DestructNotifier(Queue, 1); in TEST() local
/llvm-project/llvm/examples/HowToUseLLJIT/
H A DHowToUseLLJIT.cpp61 Value *One = builder.getInt32(1); in createDemoModule() local
/llvm-project/clang/unittests/StaticAnalyzer/
H A DStoreTest.cpp68 SVal One = Builder.makeIntVal(1, ASTCtxt.IntTy); in performTest() local
136 SVal One = Builder.makeIntVal(1, Int); in performTest() local

1234567