HomeSort by relevance Sort by last modified time
    Searched full:alignedmap (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 68 struct LLVM_ALIGNAS(8) AlignedMap {
69 AlignedMap() {}
70 AlignedMap(const AlignedMap &Arg) : Map(Arg.Map) {}
76 static inline void *getAsVoidPointer(AlignedMap *P) { return P; }
77 static inline AlignedMap *getFromVoidPointer(void *P) {
78 return (AlignedMap *)P;
81 static_assert(AlignOf<AlignedMap>::Alignment >= (1 << NumLowBitsAvailable),
82 "AlignedMap insufficiently aligned to have enough low bits.");
107 Info.setPointer(new AlignedMap(*ArgPtr))
    [all...]
  /external/eigen/doc/
A05_PortingFrom2To3.dox 266 \section AlignedMap Aligned Map objects
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 577 * while the AlignedMap() functions return aligned Map objects and thus should be called only with 16-byte-aligned
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 85 AlignedMapTy AlignedMap;
519 auto It = Stack.back().AlignedMap.find(D);
520 if (It == Stack.back().AlignedMap.end()) {
522 Stack.back().AlignedMap[D] = NewDE;
    [all...]

Completed in 1487 milliseconds