/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymDumper.cpp | 24 void PDBSymDumper::dump(const PDBSymbolAnnotation &Symbol) { in dump() 28 void PDBSymDumper::dump(const PDBSymbolBlock &Symbol) { in dump() 32 void PDBSymDumper::dump(const PDBSymbolCompiland &Symbol) { in dump() 36 void PDBSymDumper::dump(const PDBSymbolCompilandDetails &Symbol) { in dump() 40 void PDBSymDumper::dump(const PDBSymbolCompilandEnv &Symbol) { in dump() 44 void PDBSymDumper::dump(const PDBSymbolCustom &Symbol) { in dump() 48 void PDBSymDumper::dump(const PDBSymbolData &Symbol) { in dump() 52 void PDBSymDumper::dump(const PDBSymbolExe &Symbol) { in dump() 56 void PDBSymDumper::dump(const PDBSymbolFunc &Symbol) { in dump() 60 void PDBSymDumper::dump(const PDBSymbolFuncDebugEnd &Symbol) { in dump() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymDumper.h | 56 virtual void dumpRight(const PDBSymbolTypeArray &Symbol) {} in dumpRight() 57 virtual void dumpRight(const PDBSymbolTypeBaseClass &Symbol) {} in dumpRight() 58 virtual void dumpRight(const PDBSymbolTypeBuiltin &Symbol) {} in dumpRight() 59 virtual void dumpRight(const PDBSymbolTypeCustom &Symbol) {} in dumpRight() 60 virtual void dumpRight(const PDBSymbolTypeDimension &Symbol) {} in dumpRight() 61 virtual void dumpRight(const PDBSymbolTypeEnum &Symbol) {} in dumpRight() 62 virtual void dumpRight(const PDBSymbolTypeFriend &Symbol) {} in dumpRight() 63 virtual void dumpRight(const PDBSymbolTypeFunctionArg &Symbol) {} in dumpRight() 64 virtual void dumpRight(const PDBSymbolTypeFunctionSig &Symbol) {} in dumpRight() 65 virtual void dumpRight(const PDBSymbolTypeManaged &Symbol) {} in dumpRight() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | IRSymtab.h | 86 struct Symbol { struct 88 Str Name; 92 Str IRName; 116 /// referenced by a Symbol. argument 165 struct Symbol { struct 187 using S = storage::Symbol; argument 200 bool canBeOmittedFromSymbolTable() const { in canBeOmittedFromSymbolTable() argument 204 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal() 205 bool isFormatSpecific() const { return (Flags >> S::FB_format_specific) & 1; } in isFormatSpecific() 206 bool isUnnamedAddr() const { return (Flags >> S::FB_unnamed_addr) & 1; } in isUnnamedAddr() [all …]
|
D | TapiFile.h | 45 struct Symbol { struct 50 constexpr Symbol(StringRef Prefix, StringRef Name, uint32_t Flags) in Symbol() argument
|
/third_party/rust/crates/cxx/syntax/ |
D | symbol.rs | 9 pub struct Symbol(String); struct 11 impl Display for Symbol { implementation 17 impl ToTokens for Symbol { implementation 23 impl Symbol { implementation 44 fn write(&self, symbol: &mut Symbol); in write() 48 fn write(&self, symbol: &mut Symbol) { in write() 54 fn write(&self, symbol: &mut Symbol) { in write() 60 fn write(&self, symbol: &mut Symbol) { in write() 65 impl Segment for Symbol { implementation 66 fn write(&self, symbol: &mut Symbol) { in write() [all …]
|
D | mangle.rs | 87 pub fn extern_fn(efn: &ExternFn, types: &Types) -> Symbol { in extern_fn() 102 pub fn operator(receiver: &Pair, operator: &'static str) -> Symbol { in operator() function 113 pub fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline() 118 pub fn r_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in r_trampoline()
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLSymbol.h | 18 struct Symbol : public IRNode { struct 28 Symbol(int offset, Kind kind, StringFragment name) in Symbol() function 33 virtual ~Symbol() {} in ~Symbol() argument 35 Kind fKind; 36 StringFragment fName; 38 typedef IRNode INHERITED;
|
/third_party/rust/crates/libloading/src/ |
D | safe.rs | 197 pub struct Symbol<'lib, T: 'lib> { struct 198 inner: imp::Symbol<T>, argument 202 impl<'lib, T> Symbol<'lib, T> { implementation 254 impl<'lib, T> Symbol<'lib, Option<T>> { impl 275 impl<'lib, T> Clone for Symbol<'lib, T> { implementation 285 impl<'lib, T> ops::Deref for Symbol<'lib, T> { implementation 292 impl<'lib, T> fmt::Debug for Symbol<'lib, T> { implementation 298 unsafe impl<'lib, T: Send> Send for Symbol<'lib, T> {} implementation 299 unsafe impl<'lib, T: Sync> Sync for Symbol<'lib, T> {} implementation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | COFFYAML.h | 83 struct Symbol { struct 85 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; argument 86 COFF::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL; argument 88 Optional<COFF::AuxiliarybfAndefSymbol> bfAndefSymbol; argument 95 Symbol(); argument 117 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Symbol) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
D | XCOFFYAML.h | 32 struct Symbol { struct 33 StringRef SymbolName; argument 34 llvm::yaml::Hex32 Value; // Symbol value; storage class-dependent. argument 43 std::vector<Symbol> Symbols; argument 48 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Symbol) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCWinCOFFStreamer.cpp | 86 auto *Symbol = cast<MCSymbolCOFF>(S); in EmitLabel() local 112 auto *Symbol = cast<MCSymbolCOFF>(S); in EmitSymbolAttribute() local 132 void MCWinCOFFStreamer::EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in EmitSymbolDesc() 137 auto *Symbol = cast<MCSymbolCOFF>(S); in BeginCOFFSymbolDef() local 181 void MCWinCOFFStreamer::EmitCOFFSafeSEH(MCSymbol const *Symbol) { in EmitCOFFSafeSEH() 208 void MCWinCOFFStreamer::EmitCOFFSymbolIndex(MCSymbol const *Symbol) { in EmitCOFFSymbolIndex() 219 void MCWinCOFFStreamer::EmitCOFFSectionIndex(const MCSymbol *Symbol) { in EmitCOFFSectionIndex() 228 void MCWinCOFFStreamer::EmitCOFFSecRel32(const MCSymbol *Symbol, in EmitCOFFSecRel32() 246 void MCWinCOFFStreamer::EmitCOFFImgRel32(const MCSymbol *Symbol, in EmitCOFFImgRel32() 267 auto *Symbol = cast<MCSymbolCOFF>(S); in EmitCommonSymbol() local [all …]
|
D | MCMachOStreamer.cpp | 170 void MCMachOStreamer::EmitEHSymAttributes(const MCSymbol *Symbol, in EmitEHSymAttributes() 181 void MCMachOStreamer::EmitLabel(MCSymbol *Symbol, SMLoc Loc) { in EmitLabel() 199 void MCMachOStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in EmitAssignment() 284 void MCMachOStreamer::EmitThumbFunc(MCSymbol *Symbol) { in EmitThumbFunc() 293 MCSymbolMachO *Symbol = cast<MCSymbolMachO>(Sym); in EmitSymbolAttribute() local 399 void MCMachOStreamer::EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in EmitSymbolDesc() 405 void MCMachOStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbol() 415 void MCMachOStreamer::EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitLocalCommonSymbol() 422 void MCMachOStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() 450 void MCMachOStreamer::EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol() [all …]
|
D | MCNullStreamer.cpp | 28 bool EmitSymbolAttribute(MCSymbol *Symbol, in EmitSymbolAttribute() 33 void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbol() 35 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill() 39 void BeginCOFFSymbolDef(const MCSymbol *Symbol) override {} in BeginCOFFSymbolDef()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderExecUtil.hpp | 48 struct Symbol struct 50 std::string name; //!< Symbol name. 51 glu::VarType varType; //!< Symbol type. 53 Symbol (void) {} in Symbol() argument 54 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {} in Symbol() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktShaderExecutor.hpp | 41 struct Symbol struct 43 std::string name; //!< Symbol name. 44 glu::VarType varType; //!< Symbol type. 46 Symbol (void) {} in Symbol() function 47 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {} in Symbol() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.hpp | 41 struct Symbol struct 43 std::string name; //!< Symbol name. 44 glu::VarType varType; //!< Symbol type. 46 Symbol (void) {} in Symbol() argument 47 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {} in Symbol() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RecordStreamer.cpp | 17 void RecordStreamer::markDefined(const MCSymbol &Symbol) { in markDefined() 36 void RecordStreamer::markGlobal(const MCSymbol &Symbol, in markGlobal() 56 void RecordStreamer::markUsed(const MCSymbol &Symbol) { in markUsed() 89 void RecordStreamer::EmitLabel(MCSymbol *Symbol, SMLoc Loc) { in EmitLabel() 94 void RecordStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in EmitAssignment() 99 bool RecordStreamer::EmitSymbolAttribute(MCSymbol *Symbol, in EmitSymbolAttribute() 108 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() 114 void RecordStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbol()
|
/third_party/rust/crates/libloading/src/os/unix/ |
D | mod.rs | 360 pub struct Symbol<T> { struct 365 impl<T> Symbol<T> { argument 372 impl<T> Symbol<Option<T>> { implementation 386 unsafe impl<T: Send> Send for Symbol<T> {} implementation 387 unsafe impl<T: Sync> Sync for Symbol<T> {} implementation 389 impl<T> Clone for Symbol<T> { implementation 395 impl<T> ::std::ops::Deref for Symbol<T> { implementation 405 impl<T> fmt::Debug for Symbol<T> { implementation
|
/third_party/typescript/tests/cases/conformance/es6/Symbols/ |
D | symbolProperty19.ts | 4 [Symbol.toStringTag]() { return { p: undefined }; } variable 7 var it = i[Symbol.iterator]; variable 8 var str = i[Symbol.toStringTag](); variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | JITSymbol.cpp | 40 llvm::JITSymbolFlags::fromObjectSymbol(const object::SymbolRef &Symbol) { in fromObjectSymbol() 60 llvm::ARMJITSymbolFlags::fromObjectSymbol(const object::SymbolRef &Symbol) { in fromObjectSymbol() 73 for (auto &Symbol : Symbols) { in lookup() local 114 for (auto &Symbol : Symbols) { in getResponsibilitySet() local
|
/third_party/rust/crates/libloading/src/os/windows/ |
D | mod.rs | 328 pub struct Symbol<T> { struct 333 impl<T> Symbol<T> { argument 340 impl<T> Symbol<Option<T>> { implementation 354 unsafe impl<T: Send> Send for Symbol<T> {} implementation 355 unsafe impl<T: Sync> Sync for Symbol<T> {} implementation 357 impl<T> Clone for Symbol<T> { implementation 363 impl<T> ::std::ops::Deref for Symbol<T> { implementation 373 impl<T> fmt::Debug for Symbol<T> { implementation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextStub.cpp | 466 for (const auto *Symbol : File->exports()) { in NormalizedTBD() local 488 const auto *Symbol = SymArch.first; in NormalizedTBD() local 534 for (const auto *Symbol : File->undefineds()) { in NormalizedTBD() local 548 const auto *Symbol = SymArch.first; in NormalizedTBD() local 652 for (const auto &Symbol : Section.Symbols) { in denormalize() local 660 for (auto &Symbol : Section.Classes) { in denormalize() local 666 for (auto &Symbol : Section.ClassEHs) in denormalize() local 668 for (auto &Symbol : Section.IVars) { in denormalize() local 675 for (auto &Symbol : Section.WeakDefSymbols) in denormalize() local 678 for (auto &Symbol : Section.TLVSymbols) in denormalize() local [all …]
|
/third_party/typescript/tests/cases/conformance/es2017/ |
D | useSharedArrayBuffer5.ts | 5 var species = foge[Symbol.species]; variable 6 var stringTag = foge[Symbol.toStringTag]; variable
|
/third_party/typescript/tests/baselines/reference/ |
D | ES5SymbolProperty5.js | 2 var Symbol: { iterator: symbol }; variable 11 var Symbol; variable
|
D | ES5SymbolProperty1.js | 5 var Symbol: SymbolConstructor; variable 15 var Symbol; variable
|