Searched refs:String (Results 251 - 275 of 296) sorted by relevance

<<1112

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dasltypes.y377 %type <n> String
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h1003 char *String; /* NULL terminated string */ member in union:acpi_parse_value
1081 #define ACPI_DASM_HID_STRING 0x0A /* String is a _HID or _CID */
1640 char *String; member in struct:ah_uuid
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1407 bool LexStringLiteral(Token &Result, std::string &String, argument
1413 return FinishLexStringLiteral(Result, String, DiagnosticTag,
1419 bool FinishLexStringLiteral(Token &Result, std::string &String,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp48 new StructuredData::String(user_source[i]));
H A DBreakpoint.cpp93 StructuredData::StringSP(new StructuredData::String(name)));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h105 String, member in class:lldb_private::python::PyObjectType
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h333 void AddString(StringRef String);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h639 const char *CopyString(const Twine &String);
/freebsd-13-stable/sys/dev/acpi_support/
H A Datk0110.c201 *descr = o->Package.Elements[1].String.Pointer;
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_powerres.c556 obj->String.Pointer, AcpiFormatException(status)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp579 auto COS = WithColor(OS, HighlightColor::String);
H A DDWARFDie.cpp256 Color = HighlightColor::String;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp258 StringRef String) {
265 DIEInlineString(String, DIEValueAllocator));
273 ? DU->getStringPool().getIndexedEntry(*Asm, String)
274 : DU->getStringPool().getEntry(*Asm, String);
257 addString(DIE &Die, dwarf::Attribute Attribute, StringRef String) argument
/freebsd-13-stable/stand/i386/boot0/
H A Dboot0.S181 start: cld # String ops inc
/freebsd-13-stable/stand/i386/boot2/
H A Dboot1.S120 main: cld # String ops inc
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-format.c2122 UefiDevicePathLibCatPrint (Str, "BBS(%s,%s", Type, Bbs->String);
2124 UefiDevicePathLibCatPrint (Str, "BBS(0x%x,%s", Bbs->DeviceType, Bbs->String);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1325 bool Preprocessor::FinishLexStringLiteral(Token &Result, std::string &String, argument
1362 String = std::string(Literal.GetString());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp466 if (auto *String = dyn_cast<StringLiteral>(S))
467 return std::string(String->getString());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h968 /// String table to hold/own module path strings, which additionally holds the
1241 StringRef saveString(StringRef String) { return Saver.save(String); } argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2802 //===--- Asm String Analysis ---===//
2945 //===--- Asm String Analysis ---===//
2957 String, // String in .ll asm string form, "$" -> "$$" and "%%" -> "%". enumerator in enum:clang::GCCAsmStmt::AsmStringPiece::Kind
2970 AsmStringPiece(const std::string &S) : MyKind(String), Str(S) {}
2976 bool isString() const { return MyKind == String; }
3175 //===--- Asm String Analysis ---===//
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1915 std::string String(Record.begin(), Record.end());
1918 HasSeenOldLoopTags |= mayBeOldLoopAttachmentTag(String);
1920 Metadata *MD = MDString::get(Context, String);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1306 case AsmToken::String: {
1377 case AsmToken::String:
2023 if (Parser.getTok().isNot(AsmToken::String))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp503 error(IO.mapStringZ(Record.String, "StringData"));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1649 case AsmToken::String:
1997 getTok().isNot(AsmToken::String)) ||
2431 (Buf[1].is(AsmToken::Identifier) || Buf[1].is(AsmToken::String)) &&
2437 case AsmToken::String:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4170 if (getLexer().isNot(AsmToken::String))
4180 if (getLexer().isNot(AsmToken::String))
4393 std::string String; local
4395 AMDGPU::PALMD::AssemblerDirectiveEnd, String))
4399 if (!PALMetadata->setFromString(String))
5560 if (isToken(AsmToken::String)) {

Completed in 262 milliseconds

<<1112