Home
last modified time | relevance | path

Searched defs:AlignedMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DGlobalsModRef.cpp68 struct alignas(8) AlignedMap { struct in GlobalsAAResult::FunctionInfo
69 AlignedMap() {} in AlignedMap() argument
70 AlignedMap(const AlignedMap &Arg) : Map(Arg.Map) {} in AlignedMap() argument
71 GlobalInfoMapType Map;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp123 AlignedMapTy AlignedMap; member