/frameworks/compile/mclinker/include/mcld/Script/ |
UnaryOp.h | 65 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module&,
|
/frameworks/native/vulkan/libvulkan/ |
debug_report.cpp | 27 alignof(Node),
|
api.cpp | 228 alignof(ImplicitLayer), scope_); 251 alignof(char), scope_); 288 alignof(const char*), scope_)); 354 alignof(const char*), scope_)); 623 allocator_.pUserData, sizeof(ActiveLayer) * count, alignof(ActiveLayer), 950 alignof(VkExtensionProperties), VK_SYSTEM_ALLOCATION_SCOPE_COMMAND)); [all...] |
driver.cpp | 347 alignof(VkExtensionProperties), 368 allocator_.pUserData, sizeof(const char*) * count, alignof(const char*), 482 allocator.pUserData, sizeof(InstanceData), alignof(InstanceData), 500 allocator.pUserData, sizeof(DeviceData), alignof(DeviceData),
|
/external/libchrome/base/ |
lazy_instance.h | 66 DCHECK_EQ(reinterpret_cast<uintptr_t>(instance) & (ALIGNOF(Type) - 1), 0u) 189 base::AlignedMemory<sizeof(Type), ALIGNOF(Type)> private_buf_;
|
/external/clang/lib/AST/ |
ExprCXX.cpp | 314 void *Mem = C.Allocate(size, llvm::alignOf<UnresolvedLookupExpr>()); 359 llvm::alignOf<DeclAccessPair>())); 400 llvm::alignOf<DeclAccessPair>())); [all...] |
TemplateBase.cpp | 523 assert(llvm::alignOf<ASTTemplateArgumentListInfo>() >= 524 llvm::alignOf<TemplateArgumentLoc>()); 526 void *Mem = C.Allocate(size, llvm::alignOf<ASTTemplateArgumentListInfo>());
|
NestedNameSpecifier.cpp | 21 #include "llvm/Support/AlignOf.h" 37 NNS = new (Context, llvm::alignOf<NestedNameSpecifier>()) 116 new (Context, llvm::alignOf<NestedNameSpecifier>()) 676 void *Mem = Context.Allocate(BufferSize, llvm::alignOf<void *>());
|
/external/clang/include/clang/AST/ |
TypeLoc.h | 350 return std::max(llvm::alignOf<LocalData>(), 491 LocalDataAlignment = llvm::AlignOf<TypeSpecLocInfo>::Alignment }; 551 return needsExtraLocalData() ? llvm::alignOf<WrittenBuiltinSpecs>() : 1; 963 assert(llvm::alignOf<ObjCObjectTypeLoc>() 964 >= llvm::alignOf<TypeSourceInfo *>() && 966 return llvm::alignOf<TypeSourceInfo *>(); [all...] |
/art/runtime/lambda/ |
box_table.cc | 53 DCHECK_ALIGNED(closure, alignof(Closure)); 307 DCHECK_ALIGNED(closure, alignof(lambda::Closure));
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyUtil.h | 19 #include "llvm/Support/AlignOf.h" 48 return Allocator->Allocate(Sz, llvm::AlignOf<AlignmentType>::Alignment);
|
/external/clang/test/CodeGen/ |
xcore-abi.c | 4 _Static_assert(_Alignof(long long) == 4, "alignof long long is wrong"); 7 _Static_assert(_Alignof(double) == 4, "alignof double is wrong");
|
/external/libchrome/base/containers/ |
stack_container.h | 60 base::AlignedMemory<sizeof(T[stack_capacity]), ALIGNOF(T)> stack_buffer_; 62 static_assert(ALIGNOF(T) <= 16, "http://crbug.com/115612");
|
/external/libchrome/base/memory/ |
singleton.h | 132 static AlignedMemory<sizeof(Type), ALIGNOF(Type)> buffer_; 138 AlignedMemory<sizeof(Type), ALIGNOF(Type)>
|
/bionic/libc/bionic/ |
pthread_barrier.cpp | 84 static_assert(alignof(pthread_barrier_t) >= 4,
|
/device/google/contexthub/firmware/src/ |
timer.c | 251 mInternalEvents = slabAllocatorNew(sizeof(struct TimerEvent), alignof(struct TimerEvent), MAX_INTERNAL_EVENTS);
|
/external/clang/lib/Sema/ |
TypeLocBuilder.h | 42 enum { BufferMaxAlignment = llvm::AlignOf<void*>::Alignment };
|
/external/clang/test/CodeGenCXX/ |
aarch64-aapcs-zerolength-bitfield.cpp | 243 static_assert(alignof(struct t22) == 2);
|
/external/clang/test/Headers/ |
arm64-apple-ios-types.cpp | 22 (alignof(_Tp) == _AlignOf) && (sizeof(_Tp) == _SizeOf);
|
thumbv7-apple-ios-types.cpp | 22 (alignof(_Tp) == _AlignOf) && (sizeof(_Tp) == _SizeOf);
|