| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | ARMAttributeParser.cpp | 85 static const char *strings[] = { in CPU_arch() local 113 static const char *strings[] = {"Not Permitted", "Permitted"}; in ARM_ISA_use() local 123 static const char *strings[] = { in FP_arch() local 147 static const char *strings[] = { in PCS_config() local 181 static const char *strings[] = {"IEEE-754", "Runtime"}; in ABI_FP_rounding() local 191 static const char *strings[] = {"Not Permitted", "IEEE-754"}; in ABI_FP_exceptions() local 264 static const char *strings[] = {"AAPCS", "iWMMX", "Custom"}; in ABI_WMMX_args() local 269 static const char *strings[] = { in ABI_optimization_goals() local 278 static const char *strings[] = { in ABI_FP_optimization_goals() local 368 static const char *strings[] = {"Not Used", "Used"}; in PACRET_use() local [all …]
|
| H A D | CSKYAttributeParser.cpp | 86 static const char *strings[] = {"Error", "DSP Extension", "DSP 2.0"}; in dspVersion() local 92 static const char *strings[] = {"Error", "VDSP Version 1", "VDSP Version 2"}; in vdspVersion() local 98 static const char *strings[] = {"Error", "FPU Version 1", "FPU Version 2", in fpuVersion() local 105 static const char *strings[] = {"Error", "Soft", "SoftFP", "Hard"}; in fpuABI() local 110 static const char *strings[] = {"None", "Needed"}; in fpuRounding() local 116 static const char *strings[] = {"None", "Needed"}; in fpuDenormal() local 122 static const char *strings[] = {"None", "Needed"}; in fpuException() local
|
| H A D | RISCVAttributeParser.cpp | 42 static const char *strings[] = {"No unaligned access", "Unaligned access"}; in unalignedAccess() local
|
| H A D | ELFAttributeParser.cpp | 24 ArrayRef<const char *> strings) { in parseStringAttribute()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBStringList.cpp | 80 void SBStringList::AppendList(const SBStringList &strings) { in AppendList() 90 void SBStringList::AppendList(const StringList &strings) { in AppendList()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.h | 66 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() function 94 const StringsPtr &strings() const { return Strings; } in strings() function
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/ |
| H A D | main.cpp | 21 string_vect strings; // Set break point at this line. in main() local
|
| /llvm-project-15.0.7/libc/cmake/modules/cpu_features/ |
| H A D | check_cpu_features.cpp.in | 19 const char *strings[] = { local
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vector/ |
| H A D | main.cpp | 30 string_vect strings; in main() local
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/ |
| H A D | main.cpp | 28 std::vector<std::string> strings{"goofy", "is", "smart", "!!!"}; in main() local
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | string.bench.cpp | 243 std::string strings[kNumStrings]; in run() local 268 std::string strings[kNumStrings]; in run() local 292 std::string strings[kNumStrings]; in run() local 316 std::string strings[kNumStrings]; in run() local 342 std::string strings[kNumStrings]; in run() local 369 std::string strings[kNumStrings]; in run() local
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/array_types/ |
| H A D | main.c | 13 char *strings[] = { "Hello", "Hola", "Bonjour", "Guten Tag" }; in main() local
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | StringList.cpp | 69 void StringList::AppendList(StringList strings) { in AppendList() 221 StringList &StringList::operator<<(const StringList &strings) { in operator <<()
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | expect.py | 144 def __init__(self, strings): argument
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ConstStringTest.cpp | 147 std::vector<ConstString> strings = {ConstString("foo"), ConstString("bar"), in TEST() local
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | extractExternal.cpp | 156 StringTable(const set<string> &strings) { in StringTable() 293 set<string> strings; // set of all occurring symbols, appropriately prefixed in hideSymbols() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | CompileUnitIndex.cpp | 166 PDBStringTable &strings = cantFail(m_index.pdb().getStringTable()); in GetOrCreateCompiland() local
|
| H A D | PdbUtil.cpp | 580 PDBStringTable &strings = cantFail(index.pdb().getStringTable()); in GetFrameDataProgram() local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | flexible-array-test.cpp | 50 S strings[]; member
|
| /llvm-project-15.0.7/llvm/tools/llvm-strings/ |
| H A D | llvm-strings.cpp | 89 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { in strings() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | OffloadBinary.h | 98 string_iterator_range strings() const { in strings() function
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | intrinsics.cpp | 138 CookedStrings strings; member
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Diagnostics.h | 292 std::vector<std::unique_ptr<char[]>> strings; variable
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | constant.cpp | 201 std::vector<Scalar<Result>> &&strings, ConstantSubscripts &&sh) in Constant()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-printers.h | 886 Strings* strings) { in TersePrintPrefixToStrings()
|