OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVM_PTR_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
Compiler.h
283
/// alignment must be a constant integer. Use
LLVM_PTR_SIZE
to compute
324
/// \macro
LLVM_PTR_SIZE
329
# define
LLVM_PTR_SIZE
__SIZEOF_POINTER__
331
# define
LLVM_PTR_SIZE
8
333
# define
LLVM_PTR_SIZE
4
335
# error "could not determine
LLVM_PTR_SIZE
as a constant int for MSVC"
337
# define
LLVM_PTR_SIZE
sizeof(void *)
/external/clang/include/clang/AST/
DeclTemplate.h
48
class LLVM_ALIGNAS(/*alignof(void*)*/
LLVM_PTR_SIZE
) TemplateParameterList final
[
all
...]
Stmt.h
59
class LLVM_ALIGNAS(
LLVM_PTR_SIZE
) Stmt {
[
all
...]
Completed in 157 milliseconds