HomeSort by relevance Sort by last modified time
    Searched defs:AlignmentType (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, llvm::AlignOf<AlignmentType>::Alignment);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 36 union AlignmentType {
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
  /external/eigen/Eigen/src/Core/util/
Constants.h 227 enum AlignmentType {

Completed in 529 milliseconds