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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 1652 // Only constant calls are unsafe.Alignof, Offsetof, and Sizeof.
1662 if l.Sym.Name == "Alignof" || l.Sym.Name == "Offsetof" || l.Sym.Name == "Sizeof" {
builtin.go 167 "func @\"\".Alignof (? any) (? uintptr)\n" +
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
const.go 1655 // Only constant calls are unsafe.Alignof, Offsetof, and Sizeof.
1665 if l.Sym.Name == "Alignof" || l.Sym.Name == "Offsetof" || l.Sym.Name == "Sizeof" {
builtin.go 170 "func @\"\".Alignof (? any) (? uintptr)\n" +
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
const.go 1652 // Only constant calls are unsafe.Alignof, Offsetof, and Sizeof.
1662 if l.Sym.Name == "Alignof" || l.Sym.Name == "Offsetof" || l.Sym.Name == "Sizeof" {
builtin.go 167 "func @\"\".Alignof (? any) (? uintptr)\n" +
  /prebuilts/go/darwin-x86/doc/
go_spec.html     [all...]
  /prebuilts/go/linux-x86/doc/
go_spec.html     [all...]
  /art/runtime/
art_method.h 649 // alignof(ArtMethod) if cross-compiling with pointer_size != sizeof(void*).
  /bionic/libc/bionic/
pthread_mutex.cpp 234 static_assert(alignof(pthread_mutex_t) == 4,
  /external/clang/include/clang/AST/
ASTTypeTraits.h 27 #include "llvm/Support/AlignOf.h"
TemplateBase.h 581 llvm::AlignOf<TemplateArgumentLoc>::Alignment, 1> Aligner;
  /external/clang/include/clang/Basic/
TokenKinds.def 347 CXX11_KEYWORD(alignof , 0)
SourceManager.h 48 #include "llvm/Support/AlignOf.h"
231 static_assert(llvm::AlignOf<ContentCache>::Alignment >= 8,
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 622 llvm::alignOf<MultiKeywordSelector>());
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 332 llvm::alignOf<CodeCompletionString>());
  /external/deqp/framework/delibs/coding_guidelines/
prettify.js 2 I=D+"alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",J=D+"boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",V=J+"as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 362 alignOf<IndexListEntry>()));
  /external/llvm/lib/IR/
ConstantFold.cpp 403 /// getFoldedAlignOf - Return a ConstantExpr with type DestTy for alignof
461 // Base case: Get a regular alignof expression.
631 // alignof-like expression, factor out known factors.
649 // Handle an alignof-like expression.
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 269 if (reinterpret_cast<size_t>(CurrentPos) % alignOf<uint64_t>())
  /external/llvm/test/Other/
constant-fold-gep-address-spaces.ll 25 ; simplifications on sizeof, alignof, and offsetof expressions. The
  /external/slf4j/slf4j-site/src/site/pages/js/
prettify.js 2 I=D+"alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",J=D+"boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",V=J+"as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h 85 unevaluated operand of sizeof / typeof / alignof. This is only
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
builtin.go 170 "func @\"\".Alignof (? any) (? uintptr)\n" +
  /frameworks/base/include/androidfw/
ResourceTypes.h 49 static_assert(alignof(char16_t) == alignof(uint16_t), "char16_t is not 16-bit aligned"); member in struct:android::__assertChar16Size
    [all...]

Completed in 1412 milliseconds

1 2 3 4 5 6 7 8 91011>>