Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Support/
H A DARMAttributeParser.cpp85 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 DCSKYAttributeParser.cpp86 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 DRISCVAttributeParser.cpp42 static const char *strings[] = {"No unaligned access", "Unaligned access"}; in unalignedAccess() local
H A DELFAttributeParser.cpp24 ArrayRef<const char *> strings) { in parseStringAttribute()
/llvm-project-15.0.7/lldb/source/API/
H A DSBStringList.cpp80 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 DStringsAndChecksums.h66 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 Dmain.cpp21 string_vect strings; // Set break point at this line. in main() local
/llvm-project-15.0.7/libc/cmake/modules/cpu_features/
H A Dcheck_cpu_features.cpp.in19 const char *strings[] = { local
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vector/
H A Dmain.cpp30 string_vect strings; in main() local
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/
H A Dmain.cpp28 std::vector<std::string> strings{"goofy", "is", "smart", "!!!"}; in main() local
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dstring.bench.cpp243 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 Dmain.c13 char *strings[] = { "Hello", "Hola", "Bonjour", "Guten Tag" }; in main() local
/llvm-project-15.0.7/lldb/source/Utility/
H A DStringList.cpp69 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 Dexpect.py144 def __init__(self, strings): argument
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DConstStringTest.cpp147 std::vector<ConstString> strings = {ConstString("foo"), ConstString("bar"), in TEST() local
/llvm-project-15.0.7/openmp/runtime/src/
H A DextractExternal.cpp156 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 DCompileUnitIndex.cpp166 PDBStringTable &strings = cantFail(m_index.pdb().getStringTable()); in GetOrCreateCompiland() local
H A DPdbUtil.cpp580 PDBStringTable &strings = cantFail(index.pdb().getStringTable()); in GetFrameDataProgram() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dflexible-array-test.cpp50 S strings[]; member
/llvm-project-15.0.7/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp89 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { in strings() function
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DOffloadBinary.h98 string_iterator_range strings() const { in strings() function
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dintrinsics.cpp138 CookedStrings strings; member
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDiagnostics.h292 std::vector<std::unique_ptr<char[]>> strings; variable
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dconstant.cpp201 std::vector<Scalar<Result>> &&strings, ConstantSubscripts &&sh) in Constant()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h886 Strings* strings) { in TersePrintPrefixToStrings()

12