/llvm-project/flang/runtime/ |
H A D | emit-encoded.h | 23 CONTEXT &to, const CHAR *data, std::size_t chars) { in EmitEncoded() 82 RT_API_ATTRS bool EmitAscii(CONTEXT &to, const char *data, std::size_t chars) { in EmitAscii()
|
H A D | tools.h | 459 FindCharacter(const CHAR * data,CHAR ch,std::size_t chars) FindCharacter() argument 471 FindCharacter(const char * data,char ch,std::size_t chars) FindCharacter() argument
|
H A D | character.cpp | 24 const CHAR *x, std::size_t chars) { in CompareToBlankPadding() 133 static RT_API_ATTRS void Adjust(CHAR *to, const CHAR *from, std::size_t chars) { in Adjust() 206 inline RT_API_ATTRS std::size_t LenTrim(const CHAR *x, std::size_t chars) { in LenTrim() 483 std::size_t chars{std::max(accumChars, xChars)}; in MaxMinHelper() local
|
H A D | namelist.cpp | 291 SubscriptValue chars{static_cast<SubscriptValue>(desc.ElementBytes()) / kind}; in HandleSubstring() local
|
/llvm-project/lld/COFF/ |
H A D | Writer.h | 27 PartialSection(StringRef n, uint32_t chars) in PartialSection() 41 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { in OutputSection()
|
/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/ |
H A D | p14.cpp | 7 …check<T, str...> chars; // expected-error {{implicit instantiation of u… in operator ""_x() local
|
H A D | p13.cpp | 7 …check<T, str...> chars; // expected-error {{implicit instantiation of u… in operator ""_x() local
|
H A D | p12.cpp | 11 …check<T, str...> chars; // expected-error {{implicit instantiation of undefined template 'check<ch… in operator ""_x() local
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | ubsan-array-bounds.m | 5 char chars[0]; field
|
/llvm-project/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ |
H A D | ostream_joiner.op.assign.pass.cpp | 73 const char chars[] = "0123456789"; in main() local 105 const wchar_t chars[] = L"0123456789"; in main() local
|
/llvm-project/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.creation/ |
H A D | make_ostream_joiner.pass.cpp | 44 const char chars[] = "0123456789"; in main() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | array-to-pointer-decay.cpp | 31 } chars; typedef
|
/llvm-project/llvm/utils/lit/lit/llvm/ |
H A D | subst.py | 89 def not_in(chars, where=""): argument
|
/llvm-project/libcxx/test/std/ranges/range.utility/range.utility.conv/ |
H A D | to_std_containers.pass.cpp | 40 std::vector<std::vector<char>> chars = { variable
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_io.cpp | 133 int chars = 0; in __kmp_vprintf() local
|
/llvm-project/compiler-rt/lib/stats/ |
H A D | stats.cpp | 36 char chars[sizeof(uptr)]; in WriteLE() local
|
/llvm-project/libcxx/test/libcxx/type_traits/ |
H A D | is_always_bitcastable.compile.pass.cpp | 75 using chars = types::type_list<char, unsigned char, signed char>; in test() typedef
|
/llvm-project/flang/lib/Semantics/ |
H A D | pointer-assignment.cpp | 403 if (auto chars{ Check() local 416 auto chars{Procedure::Characterize(ref, foldingContext_)}; Check() local
|
H A D | compute-offsets.cpp | 349 if (auto chars{evaluate::characteristics::TypeAndShape::Characterize( GetSizeAndAlignment() local
|
/llvm-project/flang/lib/Parser/ |
H A D | source.cpp | 28 if (std::size_t chars{bytes()}; chars > 0) { in RecordLineStarts() local
|
H A D | token-sequence.cpp | 156 std::size_t chars{char_.size()}; ToLowerCase() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | call.cpp | 68 IntrinsicProcedure n, characteristics::Procedure &&chars) in SpecificIntrinsic()
|
/llvm-project/flang/test/Semantics/ |
H A D | dosemantics12.f90 | 152 integer :: chars local
|
/llvm-project/lldb/unittests/Core/ |
H A D | DumpDataExtractorTest.cpp | 357 const std::vector<char> chars{'L', 'L', 'D', 'B'}; in TEST_F() local
|
/llvm-project/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 59 return !s.empty() && chars.contains(s[0]) ? s.substr(1) : s; in getExportName() argument
|