HomeSort by relevance Sort by last modified time
    Searched refs:align_of (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
cxx98-compat.cpp 139 const int align_of = alignof(int); // expected-warning {{alignof expressions are incompatible with C++98}} variable
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 421 external align_of : lltype -> llvalue = "LLVMAlignOf"
    [all...]
llvm.mli 789 (** [align_of ty] returns the alignof constant for the type [ty]. This is
793 val align_of : lltype -> llvalue var
    [all...]

Completed in 61 milliseconds