| /llvm-project-15.0.7/lldb/test/API/functionalities/limit-debug-info/ |
| H A D | onetwo.h | 7 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 D | two.cpp | 7 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 D | allocate_shared.pass.cpp | 71 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 D | init-priority-attr.cpp | 10 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 D | overload-ary-bind.cpp | 16 namespace Two { namespace
|
| H A D | cxx20-p0388-unbound-ary.cpp | 29 namespace Two { namespace
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | missing-field-initializers.c | 26 struct Two { float c; float d; float e; }; argument
|
| H A D | c2x-nodiscard.c | 25 enum [[nodiscard]] E2 { Two }; enumerator
|
| H A D | warn-outof-range-assign-enum.c | 7 Two=4, enumerator
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/ |
| H A D | MergeTest.cpp | 32 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 D | ModuleMaker.cpp | 50 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | bounds-checking-fam.c | 15 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 D | comment-c-decls.c | 88 Two, enumerator
|
| H A D | format-comment-cdecls.c | 83 Two, enumerator
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | SharedClusterTest.cpp | 31 auto *Two = new DestructNotifier(Queue, 2); in TEST() local
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-enum-json.cpp | 5 Two enumerator
|
| /llvm-project-15.0.7/clang/test/ASTMerge/class-template-partial-spec/Inputs/ |
| H A D | class-template-partial-spec1.cpp | 58 namespace Two { namespace 65 namespace Two { namespace
|
| H A D | class-template-partial-spec2.cpp | 56 namespace Two { namespace
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | alias-church-numerals.cpp | 13 template<template<typename> class F, typename X> using Two = Succ<One, F, X>; typedef
|
| H A D | instantiation-dependence.cpp | 28 struct Two { using y = int; }; struct
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | DJBTest.cpp | 18 StringLiteral Two; in TEST() member
|
| H A D | InstructionCostTest.cpp | 86 auto Two = InstructionCost(2); in TEST_F() local
|
| /llvm-project-15.0.7/llvm/examples/Fibonacci/ |
| H A D | fibonacci.cpp | 64 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | BitFieldsTest.cpp | 120 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 D | easily-swappable-parameters-len2.cpp | 393 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()
|