OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_alignof
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Lexer/
has_extension.c
41
#if __has_extension(
c_alignof
)
has_feature_c1x.c
42
#if __has_feature(
c_alignof
)
/external/clang/lib/Lex/
PPMacroExpansion.cpp
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h
781
#define
c_alignof
(LOC, T) c_sizeof_or_alignof_type (LOC, T, false, 1)
780
#define
c_alignof
macro
[
all
...]
/external/clang/docs/
LanguageExtensions.rst
890
Use ``__has_feature(
c_alignof
)`` or ``__has_extension(
c_alignof
)`` to determine
[
all
...]
Completed in 306 milliseconds