/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | abseil-str-cat-append.cpp | 14 typedef basic_string<C, T, A> _Type; typedef 21 _Type& append(const C* s); 22 _Type& append(const C* s, size n); 23 _Type& assign(const C* s); 24 _Type& assign(const C* s, size n); 26 int compare(const _Type&) const; 28 int compare(size pos, size len, const _Type&) const; 31 size find(const _Type& str, size pos = 0) const; 35 _Type& insert(size pos, const _Type& str); 36 _Type& insert(size pos, const C* s); [all …]
|
D | readability-redundant-string-cstr.cpp | 14 typedef basic_string<C, T, A> _Type; typedef 23 _Type& append(const C *s); 24 _Type& append(const C *s, size n); 25 _Type& assign(const C *s); 26 _Type& assign(const C *s, size n); 28 int compare(const _Type&) const; 30 int compare(size pos, size len, const _Type&) const; 33 size find(const _Type& str, size pos = 0) const; 37 _Type& insert(size pos, const _Type& str); 38 _Type& insert(size pos, const C* s); [all …]
|
D | bugprone-string-literal-with-embedded-nul.cpp | 10 typedef basic_string<C, T, A> _Type; typedef 14 _Type& operator+=(const C* s); 15 _Type& operator=(const C* s);
|
D | google-objc-avoid-nsobject-new.m | 23 #define ALLOCATE_OBJECT(_Type) [_Type new]
|
/external/clang/lib/Driver/ |
D | InputInfo.h | 55 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) in InputInfo() argument 56 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo() 64 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, in InputInfo() argument 66 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
|
D | Action.cpp | 45 InputAction::InputAction(const Arg &_Input, types::ID _Type) in InputAction() argument 46 : Action(InputClass, _Type), Input(_Input) { in InputAction()
|
/external/llvm-project/clang/lib/Driver/ |
D | InputInfo.h | 54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) in InputInfo() argument 55 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo() 63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, in InputInfo() argument 65 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
|
D | Action.cpp | 168 InputAction::InputAction(const Arg &_Input, types::ID _Type) in InputAction() argument 169 : Action(InputClass, _Type), Input(_Input) {} in InputAction()
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchersMacros.h | 80 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \ 155 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \ 206 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \ 297 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \ 351 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \ 489 &DefineMatcher##_Type##OverloadId##Flags)(llvm::StringRef, \ 492 &DefineMatcher##_Type##OverloadId)(llvm::StringRef); \ 547 &DefineMatcher##_Type##OverloadId##Flags)( \ 552 &DefineMatcher##_Type##OverloadId)(llvm::StringRef Param); \
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersMacros.h | 81 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \ 156 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \ 207 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \ 298 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \ 352 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
|
/external/skia/src/core/ |
D | SkRecord.h | 149 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr()); 160 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr());
|
D | SkRecords.h | 86 #define ENUM(T) T##_Type, 154 static const Type kType = T##_Type; \
|
/external/skqp/src/core/ |
D | SkRecord.h | 162 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr()); 173 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr());
|
D | SkRecords.h | 79 #define ENUM(T) T##_Type, 162 static const Type kType = T##_Type; \
|
/external/llvm-project/libunwind/src/ |
D | config.h | 223 template <typename _Type, typename _Mem> 231 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
|
/external/skqp/tools/ |
D | DumpRecord.cpp | 117 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
|
/external/skia/tools/ |
D | dump_record.cpp | 126 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
|
/external/skia/include/sksl/ |
D | DSLType.h | 183 return DSLType::Construct(k ## T ## _Type, std::forward<Args>(args)...); \
|
/external/libcxx/include/ |
D | utility | 1608 template <class _Type, class> 1609 using __enable_hash_helper_imp = _Type; 1611 template <class _Type, class ..._Keys> 1612 using __enable_hash_helper = __enable_hash_helper_imp<_Type, 1616 template <class _Type, class ...> 1617 using __enable_hash_helper = _Type;
|
/external/llvm-project/libcxx/include/ |
D | utility | 1613 template <class _Type, class> 1614 using __enable_hash_helper_imp _LIBCPP_NODEBUG_TYPE = _Type; 1616 template <class _Type, class ..._Keys> 1617 using __enable_hash_helper _LIBCPP_NODEBUG_TYPE = __enable_hash_helper_imp<_Type, 1621 template <class _Type, class ...> 1622 using __enable_hash_helper _LIBCPP_NODEBUG_TYPE = _Type;
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 58 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
|
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 78 static_cast<::clang::ast_matchers::name##_Type##Id>( \
|
/external/skqp/src/sksl/ |
D | SkSLCompiler.cpp | 73 #define ADD_TYPE(t) types->addWithoutOwnership(fContext->f ## t ## _Type->fName, \ in Compiler() 74 fContext->f ## t ## _Type.get()) in Compiler()
|
/external/llvm-project/clang/lib/Sema/ |
D | OpenCLBuiltins.td | 175 class TypeList<list<Type> _Type> { 176 list<Type> List = _Type;
|
/external/clang/docs/ |
D | InternalsManual.rst | 808 .. _Type:
|