/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared.pass.cpp | 82 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 D | missing-field-initializers.c | 28 struct Three { struct 35 struct Three t0 = { argument
|
H A D | warn-outof-range-assign-enum.c | 7 Three enumerator
|
/llvm-project/llvm/examples/ModuleMaker/ |
H A D | ModuleMaker.cpp | 51 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3); in main() local
|
/llvm-project/clang/test/FixIt/ |
H A D | format-darwin-enum-class.cpp | 18 enum class NSUIntegerEnum : NSUInteger { Three }; enumerator
|
/llvm-project/clang/test/CodeGen/ |
H A D | bounds-checking-fam.c | 31 struct Three { struct 32 int ignored; 33 int a[3];
|
/llvm-project/clang/test/Index/ |
H A D | comment-c-decls.c | 88 Three enumerator
|
H A D | format-comment-cdecls.c | 84 Three enumerator
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-enum-json.cpp | 9 Three, enumerator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | overload-ary-bind.cpp | 31 namespace Three { namespace
|
H A D | varargs.cpp | 39 enum class Scoped { Three }; in promotable() enumerator
|
H A D | cxx20-using-enum.cpp | 72 namespace Three { namespace
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DynamicAPIntTest.cpp | 163 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 D | class-template-partial-spec2.cpp | 57 namespace Three { namespace
|
H A D | class-template-partial-spec1.cpp | 66 namespace Three { namespace
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | ppc32-and-aix-struct-return.c | 41 } Three; typedef
|
H A D | aix-struct-arg.c | 17 } Three; typedef
|
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
H A D | assign_value.pass.cpp | 240 enum MyEnum { Zero, One, Two, Three, FortyTwo = 42 }; enumerator
|
/llvm-project/clang/test/Parser/ |
H A D | c2x-attribute-keywords.c | 11 Three ATTR_USE // expected-error {{'ATTR_NAME' only applies to non-K&R-style functions}} enumerator
|
H A D | c2x-attributes.c | 7 Three [[]] enumerator
|
/llvm-project/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzedDataProviderUnittest.cpp | 338 Three, in TEST() enumerator
|
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p7-cxx20.cpp | 75 namespace Three { namespace
|
/llvm-project/clang/test/OpenMP/ |
H A D | declare_simd_codegen.cpp | 159 double Three(int &a, int &b) { in Three() function
|
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | CSETest.cpp | 373 auto Three = CSEB.buildConstant(s32, 3); TEST_F() local
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-ns-macros.m | 318 Three = 3 enum
|