Home
last modified time | relevance | path

Searched defs:Two (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project/lldb/test/API/functionalities/limit-debug-info/
H A Donetwo.h7 struct Two : One { struct
9 constexpr Two() = default; argument
20 struct Two { struct
23 constexpr Two() = default; argument
35 struct Two { struct
38 constexpr Two() = default; argument
50 struct Two { struct
52 Two(int member); argument
H A Dtwo.cpp7 result::Two::Two(int member) : member(member) {} in Two() function in result::Two
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared.pass.cpp71 struct Two struct
75 Two(int v, int) : value(v) {++count;} in Two() argument
76 Two(Two const & o) : value(o.value) {++count;} in Two() function
77 ~Two() {--count;} in ~Two() argument
/llvm-project/clang/test/SemaCXX/
H A Dinit-priority-attr.cpp10 class Two { class
15 Two( int ii, int jj ) { i = ii; j = jj; k = count++; }; in Two() function in Two
16 Two( void ) { i = 0; j = 0; k = count++; }; in Two() function in Two
H A Doverload-ary-bind.cpp16 namespace Two { namespace
/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DMergeTest.cpp32 NamespaceInfo Two; in TEST() local
102 RecordInfo Two; in TEST() local
178 FunctionInfo Two; in TEST() local
241 EnumInfo Two; in TEST() local
/llvm-project/clang/test/Sema/
H A Dmissing-field-initializers.c26 struct Two { float c; float d; float e; }; argument
H A Dc2x-nodiscard.c28 enum [[nodiscard]] E2 { Two }; enumerator
/llvm-project/llvm/unittests/ADT/
H A DDynamicAPIntTest.cpp35 TypeParam Two(2), Five(5), Seven(7), Ten(10); in TYPED_TEST() local
78 TypeParam Two(2), Five(5), Seven(7), Ten(10); in TYPED_TEST() local
163 TypeParam X(1ll << 50), One(1), Two(2), Three(3); in TYPED_TEST() local
/llvm-project/clang/test/C/C23/
H A Dn2826.c12 Two, enumerator
/llvm-project/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp50 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-std-numbers.cpp123 constexpr static auto Two = 2; in foo() local
360 constexpr static T Two = 2; in baz() local
471 const T Two = 2; in foobar() local
/llvm-project/clang/test/FixIt/
H A Dformat-darwin-enum-class.cpp17 enum class NSIntegerEnum : NSInteger { Two }; enumerator
H A Dformat.cpp18 enum class FixedE : uint32_t { Two }; enumerator
/llvm-project/clang/test/CodeGen/
H A Dbounds-checking-fam.c27 struct Two { struct
28 int ignored;
29 int a[2];
/llvm-project/clang/test/Index/
H A Dcomment-c-decls.c87 Two, enumerator
H A Dformat-comment-cdecls.c83 Two, enumerator
/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/
H A Dclass-template-partial-spec1.cpp58 namespace Two { namespace
65 namespace Two { namespace
/llvm-project/clang/test/AST/
H A Dast-dump-enum-json.cpp5 Two enumerator
/llvm-project/lldb/unittests/Utility/
H A DSharedClusterTest.cpp31 auto *Two = new DestructNotifier(Queue, 2); in TEST() local
/llvm-project/clang/test/SemaTemplate/
H A Dalias-church-numerals.cpp13 template<template<typename> class F, typename X> using Two = Succ<One, F, X>; typedef
H A Dinstantiation-dependence.cpp28 struct Two { using y = int; }; argument
/llvm-project/llvm/unittests/Support/
H A DDJBTest.cpp18 StringLiteral Two; in TEST() member
H A DInstructionCostTest.cpp85 auto Two = InstructionCost(2); in TEST_F() local
/llvm-project/llvm/examples/Fibonacci/
H A Dfibonacci.cpp64 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local

123