Home
last modified time | relevance | path

Searched defs:Identifier (Results 1 – 25 of 100) sorted by relevance

1234

/external/rust/crates/semver/src/
Didentifier.rs86 pub(crate) struct Identifier { struct
91 impl Identifier { impl
205 impl Clone for Identifier { implementation
240 impl Drop for Identifier { implementation
260 impl PartialEq for Identifier { implementation
274 unsafe impl Send for Identifier {} implementation
275 unsafe impl Sync for Identifier {} implementation
321 let repr = unsafe { ptr::read(repr as *const Identifier as *const NonZeroU64) }; in inline_len() constant
345 let ptr = repr as *const Identifier as *const u8; in inline_as_str() constant
Dimpls.rs9 impl Default for Identifier { implementation
15 impl Eq for Identifier {} implementation
17 impl Hash for Identifier { implementation
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemoryBuffer.h160 StringRef Identifier; variable
166 MemoryBufferRef(StringRef Buffer, StringRef Identifier) in MemoryBufferRef()
/external/llvm/include/llvm/Support/
DMemoryBuffer.h150 StringRef Identifier; variable
156 MemoryBufferRef(StringRef Buffer, StringRef Identifier) in MemoryBufferRef()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemoryBuffer.h263 StringRef Identifier; variable
269 MemoryBufferRef(StringRef Buffer, StringRef Identifier) in MemoryBufferRef()
/external/swiftshader/src/Vulkan/
DVkDevice.hpp146 struct Identifier struct in vk::Device::SamplerIndexer
148 uint32_t id;
149 uint32_t count; // Number of samplers sharing this state identifier.
DVkImageView.hpp32 union Identifier union
41 Identifier(uint32_t fromId) in Identifier() function
DVkImageView.cpp83 Identifier::Identifier(const VkImageViewCreateInfo *pCreateInfo) in Identifier() function in vk::Identifier
95 Identifier::Identifier(VkFormat bufferFormat) in Identifier() function in vk::Identifier
/external/rust/crates/tracing-core/src/
Dcallsite.rs181 pub struct Identifier( struct
379 impl PartialEq for Identifier { implementation
388 impl Eq for Identifier {} implementation
390 impl fmt::Debug for Identifier { implementation
396 impl Hash for Identifier { implementation
/external/clang/include/clang/AST/
DTemplateName.h426 const IdentifierInfo *Identifier; member
445 const IdentifierInfo *Identifier) in DependentTemplateName()
450 const IdentifierInfo *Identifier, in DependentTemplateName()
498 const IdentifierInfo *Identifier) { in Profile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DDebugUtils.cpp62 StringRef Identifier = B.getBufferIdentifier(); in getBufferIdentifier() local
/external/rust/crates/cexpr/src/
Dtoken.rs17 Identifier, enumerator
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md352 #### Identifier subsubsection
427 ### Identifier subsection
429 #### Syncer library
445 #### Syncer ID
451 #### Library UID
/external/llvm/tools/llvm-link/
Dllvm-link.cpp166 const std::string &Identifier) { in operator ()()
216 const std::string &Identifier) { in importFunctions()
/external/llvm/tools/llvm-pdbdump/
DLinePrinter.h73 Identifier, enumerator
/external/rust/crates/serde-xml-rs/tests/
Dround_trip.rs13 Identifier { value: String, index: u32 }, enumerator
/external/grpc-grpc/tools/http2_interop/
Dsettings.go53 Identifier SettingsIdentifier member
/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dsettings.go67 Identifier SettingsIdentifier member
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1161 unsigned Scale, SMLoc Start, SMLoc End, unsigned Size, StringRef Identifier, in CreateMemForInlineAsm()
1300 StringRef Identifier = Tok.getString(); in ParseIntelExpression() local
1346 StringRef Identifier = Sym->getName(); in ParseIntelExpression() local
1466 StringRef &Identifier, in ParseIntelIdentifier()
1556 StringRef Identifier = Tok.getString(); in ParseIntelSegmentOverride() local
1623 StringRef Identifier = Tok.getString(); in ParseIntelMemOperand() local
1717 StringRef Identifier = Tok.getString(); in ParseIntelOffsetOfOperator() local
1755 StringRef Identifier = Tok.getString(); in ParseIntelOperator() local
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go796 type Identifier struct { struct
797 Definition *Instruction // where the identifier was defined
798 References []*Token // all the places the identifier was referenced
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go796 type Identifier struct { struct
797 Definition *Instruction // where the identifier was defined
798 References []*Token // all the places the identifier was referenced
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp482 IdentifierInfo &Identifier, in BuildCXXNestedNameSpecifier()
826 IdentifierInfo &Identifier, in ActOnCXXNestedNameSpecifier()
874 IdentifierInfo &Identifier, in IsInvalidUnlessNestedName()
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/parser/
Dparser.go796 type Identifier struct { struct
797 Definition *Instruction // where the identifier was defined
798 References []*Token // all the places the identifier was referenced
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp326 IdentifierNode *Identifier) { in synthesizeQualifiedName()
965 void Demangler::memorizeIdentifier(IdentifierNode *Identifier) { in memorizeIdentifier()
990 IdentifierNode *Identifier = in demangleTemplateInstantiationName() local
1434 NamedIdentifierNode *Identifier = Arena.alloc<NamedIdentifierNode>(); in demangleLocallyScopedNamePiece() local
1468 IdentifierNode *Identifier = in demangleFullyQualifiedTypeName() local
1491 IdentifierNode *Identifier = in demangleFullyQualifiedSymbolName() local
/external/python/cpython3/Tools/scripts/
Dfixcid.py197 Identifier = '(struct )?[a-zA-Z_][a-zA-Z0-9_]+' variable

1234