Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx98-compat.cpp146 const int align_of = alignof(int); // expected-warning {{alignof expressions are incompatible with … variable
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml635 external align_of : lltype -> llvalue = "LLVMAlignOf"
H A Dllvm.mli1054 (** [align_of ty] returns the alignof constant for the type [ty]. This is
1058 val align_of : lltype -> llvalue val