Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/CodeGenCXX/
H A Dbitfield-ir.cpp10 struct Char { struct
11 aChar global() argument
12 bChar global() argument
13 cChar global() argument
H A Dbitfield-access-tail.cpp119 struct D : virtual Char { argument
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
H A Duser_defined_char_type.pass.cpp19 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 Dp2.cpp25 typedef char Char; typedef
35 typedef char Char; typedef
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dfrom_range_deduction.pass.cpp32 using Char = char16_t; in main() typedef
/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h784 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 DBuildIDRewriter.cpp27 for (const char &Char : BuildID) in getPrintableBuildID() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h141 llvm::MDNode *Char; variable
/llvm-project/flang/include/flang/Lower/
H A DSymbolMap.h63 using Char = fir::CharBoxValue; member
/llvm-project/flang/lib/Evaluate/
H A Dinitial-image.cpp150 using Char = typename Scalar::value_type; in Test() typedef
/llvm-project/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp5 Char, WideChar, Char16, Char32, enumerator
H A Dsource_location.cpp350 constexpr auto Char = F[0]; in test_class() local
398 constexpr auto Char = F[0]; in test_class() local
H A Dwarn-unused-local-typedef.cpp246 typedef char Char; // expected-warning {{unused typedef 'Char'}} in foo() typedef
/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp150 template<typename, short> using Char = char; typedef
/llvm-project/clang/include/clang/Lex/
H A DLexer.h580 char Char; global() member
/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp533 int Char = getNextChar(); LexBracket() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h108 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 DDefinitionBlockSeparatorTest.cpp74 for (auto Char : Code.str()) { in removeEmptyLines() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dgeneral.pass.cpp65 using Char = std::ranges::range_value_t<std::ranges::range_value_t<View>>; in is_equal() typedef
/llvm-project/flang/unittests/Evaluate/
H A Dintrinsics.cpp162 using Char = Type<TypeCategory::Character, 1>; in TestIntrinsics() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dreadability-casting.cpp33 typedef char Char; in f() typedef
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h88 Char, enumerator
110 Char, global() enumerator
606 CharKind Char = CharKind::Char; global() member
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp190 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 DResourceFileWriter.cpp180 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 DRustDemangle.cpp42 Char, enumerator

12