Home
last modified time | relevance | path

Searched defs:Uncommon (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DIRSymtab.h122 struct Uncommon { struct
123 Word CommonSize, CommonAlign;
150 Range<Uncommon> Uncommons; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DIRSymtab.h122 struct Uncommon { struct
123 Word CommonSize, CommonAlign;
150 Range<Uncommon> Uncommons; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DIRSymtab.h122 struct Uncommon { struct
123 Word CommonSize, CommonAlign;
150 Range<Uncommon> Uncommons; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DIRSymtab.h122 struct Uncommon { struct
123 Word CommonSize, CommonAlign;
150 Range<Uncommon> Uncommons; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DIRSymtab.h117 struct Uncommon { struct
118 Word CommonSize, CommonAlign;
145 Range<Uncommon> Uncommons; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DIRSymtab.h122 struct Uncommon { struct
123 Word CommonSize, CommonAlign;
150 Range<Uncommon> Uncommons; argument
/aosp_15_r20/external/clang/lib/AST/
H A DTemplateName.cpp101 if (UncommonTemplateNameStorage *Uncommon = in getAsOverloadedTemplate() local
119 if (UncommonTemplateNameStorage *Uncommon = in getAsSubstTemplateTemplateParmPack() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.common.view/
H A Dborrowing.compile.pass.cpp17 struct Uncommon : std::ranges::view_base { struct
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DIRSymtab.cpp226 auto Uncommon = [&]() -> storage::Uncommon & { in addSymbol() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DIRSymtab.cpp203 auto Uncommon = [&]() -> storage::Uncommon & { in addSymbol() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go314 func (t *Type) Uncommon() *UncommonType { func