HomeSort by relevance Sort by last modified time
    Searched full:alignof (Results 276 - 300 of 399) sorted by null

<<111213141516

  /external/dbus/dbus/
dbus-marshal-basic.c 36 /* not gcc, so probably no alignof operator: just use a no-op statement
    [all...]
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 81 static_assert(AlignOf<AlignedMap>::Alignment >= (1 << NumLowBitsAvailable),
    [all...]
  /external/llvm/lib/IR/
Type.cpp 365 AlignOf<FunctionType>::Alignment);
  /toolchain/binutils/binutils-2.25/ld/
ChangeLog-2012 523 * ldexp.c (fold_name <SIZEOF, ALIGNOF>): Allow forward section
    [all...]
ChangeLog-2007 529 * ldlex.l, ldgram.y: Add ALIGNOF.
    [all...]
ChangeLog-2010 790 (fold_name <DEFINED, SIZEOF, ALIGNOF, LENGTH, CONSTANT>): Likewise.
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
DeclBase.cpp 50 llvm::AlignOf<DERIVED##Decl>::Alignment, \
    [all...]
StmtPrinter.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 104 #include "llvm/Support/AlignOf.h"
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
script.cc     [all...]
  /external/clang/docs/
LibASTMatchersReference.html     [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 80 enum { DeclObjAlignment = llvm::AlignOf<uint64_t>::Alignment };
    [all...]
Stmt.h 331 static_assert(sizeof(*this) % llvm::AlignOf<void *>::Alignment == 0,
    [all...]
StmtOpenMP.h 74 llvm::alignOf<OMPClause *>())) {}
    [all...]
Type.h     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 111 var CPP_KEYWORDS = COMMON_KEYWORDS + "alignof align_union asm axiom bool " +
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 199 AlignOf<MostAlignedSDNode>::Alignment>
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/valgrind/coregrind/m_demangle/
cp-demangle.c     [all...]

Completed in 612 milliseconds

<<111213141516