Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp133 static const char *const strings[] = {"Not Permitted", "Permitted"}; in WMMX_arch() local
138 static const char *const strings[] = {"Not Permitted", "Thumb-1", "Thumb-2", in Advanced_SIMD_arch() local
144 static const char *const strings[] = { in MVE_arch() local
116 static const char *strings[] = {"Not Permitted", "Permitted"}; ARM_ISA_use() local
121 static const char *strings[] = {"Not Permitted", "Thumb-1", "Thumb-2", "Permitted"}; THUMB_ISA_use() local
126 static const char *strings[] = { FP_arch() local
150 static const char *strings[] = { PCS_config() local
157 static const char *strings[] = {"v6", "Static Base", "TLS", "Unused"}; ABI_PCS_R9_use() local
162 static const char *strings[] = {"Absolute", "PC-relative", "SB-relative", ABI_PCS_RW_data() local
168 static const char *strings[] = {"Absolute", "PC-relative", "Not Permitted"}; ABI_PCS_RO_data() local
173 static const char *strings[] = {"Not Permitted", "Direct", "GOT-Indirect"}; ABI_PCS_GOT_use() local
178 static const char *strings[] = {"Not Permitted", "Unknown", "2-byte", ABI_PCS_wchar_t() local
184 static const char *strings[] = {"IEEE-754", "Runtime"}; ABI_FP_rounding() local
189 static const char *strings[] = {"Unsupported", "IEEE-754", "Sign Only"}; ABI_FP_denormal() local
194 static const char *strings[] = {"Not Permitted", "IEEE-754"}; ABI_FP_exceptions() local
198 static const char *strings[] = {"Not Permitted", "IEEE-754"}; ABI_FP_user_exceptions() local
203 static const char *strings[] = {"Not Permitted", "Finite Only", "RTABI", ABI_FP_number_model() local
209 static const char *strings[] = {"Not Permitted", "8-byte alignment", ABI_align_needed() local
228 static const char *strings[] = {"Not Required", "8-byte data alignment", ABI_align_preserved() local
247 static const char *strings[] = {"Not Permitted", "Packed", "Int32", ABI_enum_size() local
253 static const char *strings[] = {"Tag_FP_arch", "Single-Precision", "Reserved", ABI_HardFP_use() local
259 static const char *strings[] = {"AAPCS", "AAPCS VFP", "Custom", ABI_VFP_args() local
265 static const char *strings[] = {"AAPCS", "iWMMX", "Custom"}; ABI_WMMX_args() local
270 static const char *strings[] = { ABI_optimization_goals() local
278 static const char *strings[] = { ABI_FP_optimization_goals() local
312 static const char *strings[] = {"Not Permitted", "v6-style"}; CPU_unaligned_access() local
317 static const char *strings[] = {"If Available", "Permitted"}; FP_HP_extension() local
322 static const char *strings[] = {"Not Permitted", "IEEE-754", "VFPv3"}; ABI_FP_16bit_format() local
327 static const char *strings[] = {"Not Permitted", "Permitted"}; MPextension_use() local
332 static const char *strings[] = {"If Available", "Not Permitted", "Permitted"}; DIV_use() local
337 static const char *strings[] = {"Not Permitted", "Permitted"}; DSP_extension() local
342 static const char *strings[] = {"Not Permitted", "Permitted"}; T2EE_use() local
347 static const char *strings[] = {"Not Permitted", "TrustZone", Virtualization_use() local
354 static const char *strings[] = {"Not Permitted", "Permitted in NOP space", PAC_extension() local
360 static const char *strings[] = {"Not Permitted", "Permitted in NOP space", BTI_extension() local
366 static const char *strings[] = {"Not Used", "Used"}; PACRET_use() local
371 static const char *strings[] = {"Not Used", "Used"}; BTI_use() local
408 auto strings = ArrayRef(CPU_arch_strings); also_compatible_with() local
[all...]
H A DCSKYAttributeParser.cpp85 static const char *const strings[] = {"Error", "DSP Extension", "DSP 2.0"}; in dspVersion() local
90 static const char *const strings[] = {"Error", "VDSP Version 1", in vdspVersion() local
95 static const char *strings[] = {"Error", "FPU Version 1", "FPU Version 2", fpuVersion() local
101 static const char *strings[] = {"Error", "Soft", "SoftFP", "Hard"}; fpuABI() local
106 static const char *strings[] = {"None", "Needed"}; fpuRounding() local
111 static const char *strings[] = {"None", "Needed"}; fpuDenormal() local
116 static const char *strings[] = {"None", "Needed"}; fpuException() local
[all...]
H A DRISCVAttributeParser.cpp53 static const char *const strings[] = {"No unaligned access", in unalignedAccess() local
H A DELFAttributeParser.cpp24 ArrayRef<const char *> strings) { in parseStringAttribute()
/llvm-project/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/lldb/source/API/
H A DSBStringList.cpp87 void SBStringList::AppendList(const SBStringList &strings) { in AppendList()
97 void SBStringList::AppendList(const StringList &strings) { in AppendList()
/llvm-project/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/compiler-rt/test/asan/TestCases/
H A Dbacktrace_symbols_interceptor.cpp28 char **strings = backtrace_symbols(buffer, numEntries); in main() local
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vector/
H A Dmain.cpp30 string_vect strings; in main() local
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.join/range.join.iterator/
H A Dctor.parent.pass.cpp20 std::string strings[4] = {"eeee", "ffff", "gggg", "hhhh"}; in test() local
H A Dctor.parent.outer.pass.cpp22 std::string strings[4] = {"aaaa", "bbbb", "cccc", "dddd"}; in test() local
/llvm-project/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/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.assign/
H A Dmove.pass.cpp46 std::basic_string<CharT> strings[] = {STR(""), STR("short"), STR("loooooooooooooooooooong")}; in test() local
/llvm-project/libcxx/benchmarks/
H A Dstring.bench.cpp
/llvm-project/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
H A Dmove.pass.cpp48 std::basic_string<CharT> strings[] = {STR(""), STR("short"), STR("loooooooooooooooooooong")}; in test() local
H A Dmove.alloc.pass.cpp48 std::basic_string<CharT> strings[] = {STR(""), STR("short"), STR("loooooooooooooooooooong")}; in test() local
/llvm-project/lldb/test/API/lang/c/array_types/
H A Dmain.c13 char *strings[] = { "Hello", "Hola", "Bonjour", "Guten Tag" }; in main() local
/llvm-project/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/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp89 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { strings() function
/llvm-project/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/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp165 auto strings = m_index.pdb().getStringTable(); in GetOrCreateCompiland() local
/llvm-project/clang/test/SemaCXX/
H A Dflexible-array-test.cpp50 S strings[]; member
/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h99 string_iterator_range strings() const { in strings() function
/llvm-project/flang/unittests/Evaluate/
H A Dintrinsics.cpp140 CookedStrings strings; member
/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h289 std::vector<std::unique_ptr<char[]>> strings; global() variable

12