/llvm-project/clang/test/CodeGenCXX/ |
H A D | bitfield-ir.cpp | 10 struct Char { struct 11 aChar global() argument 12 bChar global() argument 13 cChar global() argument
|
H A D | bitfield-access-tail.cpp | 119 struct D : virtual Char { argument
|
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/ |
H A D | user_defined_char_type.pass.cpp | 19 struct Char { struct 21 Char(char c) : underlying_(c) {} in Char() argument 22 Char(unsigned i) : underlying_(i) {} in Char() argument 23 explicit Char(std::int32_t i) : underlying_(i) {} in Char() argument 31 using char_type = Char; argument [all...] |
/llvm-project/clang/test/CXX/basic/basic.start/basic.start.main/ |
H A D | p2.cpp | 25 typedef char Char; typedef 35 typedef char Char; typedef
|
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/ |
H A D | from_range_deduction.pass.cpp | 32 using Char = char16_t; in main() typedef
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 784 ltrim(char Char) ltrim() argument 796 rtrim(char Char) rtrim() argument 808 trim(char Char) trim() argument [all...] |
/llvm-project/bolt/lib/Rewrite/ |
H A D | BuildIDRewriter.cpp | 27 for (const char &Char : BuildID) in getPrintableBuildID() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.h | 141 llvm::MDNode *Char; variable
|
/llvm-project/flang/include/flang/Lower/ |
H A D | SymbolMap.h | 63 using Char = fir::CharBoxValue; member
|
/llvm-project/flang/lib/Evaluate/ |
H A D | initial-image.cpp | 150 using Char = typename Scalar::value_type; in Test() typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx11-user-defined-literals.cpp | 5 Char, WideChar, Char16, Char32, enumerator
|
H A D | source_location.cpp | 350 constexpr auto Char = F[0]; in test_class() local 398 constexpr auto Char = F[0]; in test_class() local
|
H A D | warn-unused-local-typedef.cpp | 246 typedef char Char; // expected-warning {{unused typedef 'Char'}} in foo() typedef
|
/llvm-project/clang/test/CXX/temp/temp.param/ |
H A D | p15-cxx0x.cpp | 150 template<typename, short> using Char = char; typedef
|
/llvm-project/clang/include/clang/Lex/ |
H A D | Lexer.h | 580 char Char; global() member
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGLexer.cpp | 533 int Char = getNextChar(); LexBracket() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGTargetInfo.h | 108 EmitTargetCodeForMemchr(SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Src,SDValue Char,SDValue Length,MachinePointerInfo SrcPtrInfo) EmitTargetCodeForMemchr() argument
|
/llvm-project/clang/unittests/Format/ |
H A D | DefinitionBlockSeparatorTest.cpp | 74 for (auto Char : Code.str()) { in removeEmptyLines() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/ |
H A D | general.pass.cpp | 65 using Char = std::ranges::range_value_t<std::ranges::range_value_t<View>>; in is_equal() typedef
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | intrinsics.cpp | 162 using Char = Type<TypeCategory::Character, 1>; in TestIntrinsics() typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/ |
H A D | readability-casting.cpp | 33 typedef char Char; in f() typedef
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 88 Char, enumerator 110 Char, global() enumerator 606 CharKind Char = CharKind::Char; global() member
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 190 EmitTargetCodeForMemchr(SelectionDAG & DAG,const SDLoc & DL,SDValue Chain,SDValue Src,SDValue Char,SDValue Length,MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForMemchr() argument
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 180 auto AddRes = [&Result, NullHandler, IsLongString](UTF16 Char) -> Error { in processString() 194 auto AddEscapedChar = [AddRes, IsLongString, CodePage](UTF16 Char) -> Error { in processString() 1340 for (auto Char : Data) in writeStringTableBundleBody() local
|
/llvm-project/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 42 Char, enumerator
|