Searched refs:align_of (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp139 const int align_of = alignof(int); // expected-warning {{alignof expressions are incompatible with C++98}} variable
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml498 external align_of : lltype -> llvalue = "LLVMAlignOf"
H A Dllvm.mli930 (** [align_of ty] returns the alignof constant for the type [ty]. This is
934 val align_of : lltype -> llvalue var

Completed in 542 milliseconds