Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/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-15.0.7/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() function
76 Two(Two const & o) : value(o.value) {++count;} in Two() argument
77 ~Two() {--count;} in ~Two() argument
/llvm-project-15.0.7/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
H A Dcxx20-p0388-unbound-ary.cpp29 namespace Two { namespace
/llvm-project-15.0.7/clang/test/Sema/
H A Dmissing-field-initializers.c26 struct Two { float c; float d; float e; }; argument
H A Dc2x-nodiscard.c25 enum [[nodiscard]] E2 { Two }; enumerator
H A Dwarn-outof-range-assign-enum.c7 Two=4, enumerator
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/
H A DMergeTest.cpp32 NamespaceInfo Two; in TEST() local
101 RecordInfo Two; in TEST() local
175 FunctionInfo Two; in TEST() local
238 EnumInfo Two; in TEST() local
/llvm-project-15.0.7/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp50 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbounds-checking-fam.c15 struct Two { struct
31 int test_two(struct Two *p, int i) { in test_two() argument
/llvm-project-15.0.7/clang/test/Index/
H A Dcomment-c-decls.c88 Two, enumerator
H A Dformat-comment-cdecls.c83 Two, enumerator
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DSharedClusterTest.cpp31 auto *Two = new DestructNotifier(Queue, 2); in TEST() local
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-enum-json.cpp5 Two enumerator
/llvm-project-15.0.7/clang/test/ASTMerge/class-template-partial-spec/Inputs/
H A Dclass-template-partial-spec1.cpp58 namespace Two { namespace
65 namespace Two { namespace
H A Dclass-template-partial-spec2.cpp56 namespace Two { namespace
/llvm-project-15.0.7/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; }; struct
/llvm-project-15.0.7/llvm/unittests/Support/
H A DDJBTest.cpp18 StringLiteral Two; in TEST() member
H A DInstructionCostTest.cpp86 auto Two = InstructionCost(2); in TEST_F() local
/llvm-project-15.0.7/llvm/examples/Fibonacci/
H A Dfibonacci.cpp64 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DBitFieldsTest.cpp120 enum Enum : unsigned { Zero = 0, Two = 2, LAST = Two }; in TEST() enumerator
132 enum class Enum : unsigned { Zero = 0, Two = 2, LAST = Two }; in TEST() enumerator
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-len2.cpp393 void attributedParam1(const __attribute__((address_space(256))) int *One, in attributedParam1()
399 void attributedParam1Typedef(const __attribute__((address_space(256))) int *One, in attributedParam1Typedef()
419 void attributedParam2(__attribute__((address_space(256))) int *One, in attributedParam2()
423 void attributedParam3(const int *One, in attributedParam3()
427 void attributedParam4(const __attribute__((address_space(512))) int *One, in attributedParam4()

123