Home
last modified time | relevance | path

Searched defs:InlineAsmIdentifierInfo (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h36 struct InlineAsmIdentifierInfo { struct
37 enum IdKind {
44 struct EnumIdentifier {
48 struct LabelIdentifier {
52 struct VariableIdentifier {
60 union {
86 InlineAsmIdentifierInfo() : Kind(IK_Invalid) {} in InlineAsmIdentifierInfo() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h36 struct InlineAsmIdentifierInfo { struct
37 enum IdKind {
44 struct EnumIdentifier {
48 struct LabelIdentifier {
52 struct VariableIdentifier {
60 union {
86 InlineAsmIdentifierInfo() : Kind(IK_Invalid) {} in InlineAsmIdentifierInfo() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/MCParser/
DMCAsmParser.h36 struct InlineAsmIdentifierInfo { struct
37 enum IdKind {
44 struct EnumIdentifier {
48 struct LabelIdentifier {
52 struct VariableIdentifier {
60 union {
86 InlineAsmIdentifierInfo() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/MCParser/
DMCAsmParser.h36 struct InlineAsmIdentifierInfo { struct
37 enum IdKind {
44 struct EnumIdentifier {
48 struct LabelIdentifier {
52 struct VariableIdentifier {
60 union {
86 InlineAsmIdentifierInfo() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/MCParser/
DMCAsmParser.h36 struct InlineAsmIdentifierInfo { struct
37 enum IdKind {
44 struct EnumIdentifier {
48 struct LabelIdentifier {
52 struct VariableIdentifier {
60 union {
86 InlineAsmIdentifierInfo() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/MCParser/
DMCAsmParser.h36 struct InlineAsmIdentifierInfo { struct
37 enum IdKind {
44 struct EnumIdentifier {
48 struct LabelIdentifier {
52 struct VariableIdentifier {
60 union {
86 InlineAsmIdentifierInfo() = default; argument
/aosp_15_r20/external/clang/include/clang/Sema/
H A DSema.h63 class InlineAsmIdentifierInfo; variable