Home
last modified time | relevance | path

Searched refs:_Type (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dabseil-str-cat-append.cpp14 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 …]
Dreadability-redundant-string-cstr.cpp14 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 …]
Dbugprone-string-literal-with-embedded-nul.cpp10 typedef basic_string<C, T, A> _Type; typedef
14 _Type& operator+=(const C* s);
15 _Type& operator=(const C* s);
Dgoogle-objc-avoid-nsobject-new.m23 #define ALLOCATE_OBJECT(_Type) [_Type new]
/external/clang/lib/Driver/
DInputInfo.h55 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()
DAction.cpp45 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/
DInputInfo.h54 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()
DAction.cpp168 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/
DASTMatchersMacros.h80 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/
DASTMatchersMacros.h81 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/
DSkRecord.h149 #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());
DSkRecords.h86 #define ENUM(T) T##_Type,
154 static const Type kType = T##_Type; \
/external/skqp/src/core/
DSkRecord.h162 #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());
DSkRecords.h79 #define ENUM(T) T##_Type,
162 static const Type kType = T##_Type; \
/external/llvm-project/libunwind/src/
Dconfig.h223 template <typename _Type, typename _Mem>
231 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
/external/skqp/tools/
DDumpRecord.cpp117 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
/external/skia/tools/
Ddump_record.cpp126 #define CASE(U) case SkRecords::U##_Type: return #U; in NameOf()
/external/skia/include/sksl/
DDSLType.h183 return DSLType::Construct(k ## T ## _Type, std::forward<Args>(args)...); \
/external/libcxx/include/
Dutility1608 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/
Dutility1613 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/
DRegistry.cpp58 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp78 static_cast<::clang::ast_matchers::name##_Type##Id>( \
/external/skqp/src/sksl/
DSkSLCompiler.cpp73 #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/
DOpenCLBuiltins.td175 class TypeList<list<Type> _Type> {
176 list<Type> List = _Type;
/external/clang/docs/
DInternalsManual.rst808 .. _Type:

12