Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DStringIntegerAssignmentCheck.cpp47 CharExpressionDetector(QualType CharType, const ASTContext &Ctx) in CharExpressionDetector()
125 const QualType CharType; member in clang::tidy::bugprone::CharExpressionDetector
132 const auto CharType = in check() local
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DCharType.java39 public interface CharType extends PrimitiveType { interface
/external/llvm-project/clang-tools-extra/clang-tidy/boost/
DUseToStringCheck.cpp42 auto CharType = in check() local
/external/libchrome/base/
Dcommand_line.h41 using CharType = StringType::value_type; variable
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DStringFindStrContainsCheck.cpp63 auto CharType = hasUnqualifiedDesugaredType(isCharType()); in MakeRule() local
/external/libchrome/base/files/
Dfile_path.h157 typedef StringType::value_type CharType; typedef
/external/cldr/tools/java/org/unicode/cldr/draft/
DNormalizedIdentifierParser.java16 enum CharType { enum in NormalizedIdentifierParser
/external/llvm-project/clang-tools-extra/clangd/
DFuzzyMatch.h41 enum CharType : unsigned char { enum
/external/llvm-project/flang/runtime/
Dformat.h82 using CharType = typename Context::CharType; variable
/external/llvm-project/flang/unittests/Runtime/
Dformat.cpp20 using CharType = char; typedef in TestFormatContext
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DFuzzySymbolIndex.cpp53 enum CharType { UPPER, LOWER, DIGIT, MISC }; enum
/external/pdfium/core/fpdftext/
Dcpdf_textpage.h37 enum class CharType : uint8_t { enum
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h330 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ argument
349 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ argument
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-printers.h329 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ argument
348 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ argument
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-printers.h326 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ argument
345 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ argument
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseAutoCheck.cpp31 enum CharType { Space, Alpha, Punctuation }; in GetTypeNameLength() enum
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h293 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ argument
312 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ argument
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-printers.h330 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ argument
349 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ argument
/external/llvm-project/clang/lib/AST/Interp/
DProgram.cpp25 PrimType CharType; in createGlobalString() local
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h274 #define GTEST_FORMAT_CHAR_PTR_IMPL_(CharType) \ argument
/external/llvm-project/flang/lib/Evaluate/
Dintrinsics.cpp61 static constexpr CategorySet CharType{TypeCategory::Character}; variable
/external/clang/lib/AST/
DExprConstant.cpp2222 QualType CharType = CAT->getElementType(); in extractStringLiteralCharacter() local
2239 QualType CharType = CAT->getElementType(); in expandStringLiteral() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp3375 QualType CharType = CAT->getElementType(); in extractStringLiteralCharacter() local
3395 QualType CharType = CAT->getElementType(); in expandStringLiteral() local
/external/clang/lib/Sema/
DSemaExpr.cpp8316 const QualType CharType = CharExpr->getType(); in diagnoseStringPlusChar() local
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10460 const QualType CharType = CharExpr->getType(); in diagnoseStringPlusChar() local