Home
last modified time | relevance | path

Searched defs:Three (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared.pass.cpp82 struct Three struct
86 Three(int v, int, int) : value(v) {++count;} in Three() argument
87 Three(Three const & o) : value(o.value) {++count;} in Three() argument
88 ~Three() {--count;} in ~Three() argument
/llvm-project/clang/test/Sema/
H A Dmissing-field-initializers.c28 struct Three { struct
35 struct Three t0 = { argument
H A Dwarn-outof-range-assign-enum.c7 Three enumerator
/llvm-project/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp51 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); in main() local
/llvm-project/clang/test/FixIt/
H A Dformat-darwin-enum-class.cpp18 enum class NSUIntegerEnum : NSUInteger { Three }; enumerator
/llvm-project/clang/test/CodeGen/
H A Dbounds-checking-fam.c31 struct Three { struct
32 int ignored;
33 int a[3];
/llvm-project/clang/test/Index/
H A Dcomment-c-decls.c88 Three enumerator
H A Dformat-comment-cdecls.c84 Three enumerator
/llvm-project/clang/test/AST/
H A Dast-dump-enum-json.cpp9 Three, enumerator
/llvm-project/clang/test/SemaCXX/
H A Doverload-ary-bind.cpp31 namespace Three { namespace
H A Dvarargs.cpp39 enum class Scoped { Three }; in promotable() enumerator
H A Dcxx20-using-enum.cpp72 namespace Three { namespace
/llvm-project/llvm/unittests/ADT/
H A DDynamicAPIntTest.cpp163 TypeParam X(1ll << 50), One(1), Two(2), Three(3); in TYPED_TEST() local
/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/
H A Dclass-template-partial-spec2.cpp57 namespace Three { namespace
H A Dclass-template-partial-spec1.cpp66 namespace Three { namespace
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc32-and-aix-struct-return.c41 } Three; typedef
H A Daix-struct-arg.c17 } Three; typedef
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp240 enum MyEnum { Zero, One, Two, Three, FortyTwo = 42 }; enumerator
/llvm-project/clang/test/Parser/
H A Dc2x-attribute-keywords.c11 Three ATTR_USE // expected-error {{'ATTR_NAME' only applies to non-K&R-style functions}} enumerator
H A Dc2x-attributes.c7 Three [[]] enumerator
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzedDataProviderUnittest.cpp338 Three, in TEST() enumerator
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp7-cxx20.cpp75 namespace Three { namespace
/llvm-project/clang/test/OpenMP/
H A Ddeclare_simd_codegen.cpp159 double Three(int &a, int &b) { in Three() function
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DCSETest.cpp373 auto Three = CSEB.buildConstant(s32, 3); TEST_F() local
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-ns-macros.m318 Three = 3 enum

12