OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TARGET_AAPCS_BASED
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/arm/
arm.h
154
#define
TARGET_AAPCS_BASED
\
372
then
TARGET_AAPCS_BASED
must be true -- but the converse does not
427
(
TARGET_AAPCS_BASED
&& arm_abi != ARM_ABI_AAPCS_LINUX)
671
#define ARM_DOUBLEWORD_ALIGN
TARGET_AAPCS_BASED
745
#define WCHAR_TYPE (
TARGET_AAPCS_BASED
? "unsigned int" : "int")
765
#define SIZE_TYPE (
TARGET_AAPCS_BASED
? "unsigned int" : "long unsigned int")
769
#define PTRDIFF_TYPE (
TARGET_AAPCS_BASED
? "int" : "long int")
774
#define PCC_BITFIELD_TYPE_MATTERS
TARGET_AAPCS_BASED
1733
((
TARGET_AAPCS_BASED
) ? 0 : BYTES_BIG_ENDIAN)
1746
|| (
TARGET_AAPCS_BASED
&& TARGET_HARD_FLOAT
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.h
154
#define
TARGET_AAPCS_BASED
\
366
then
TARGET_AAPCS_BASED
must be true -- but the converse does not
421
(
TARGET_AAPCS_BASED
&& arm_abi != ARM_ABI_AAPCS_LINUX)
661
#define ARM_DOUBLEWORD_ALIGN
TARGET_AAPCS_BASED
735
#define WCHAR_TYPE (
TARGET_AAPCS_BASED
? "unsigned int" : "int")
755
#define SIZE_TYPE (
TARGET_AAPCS_BASED
? "unsigned int" : "long unsigned int")
759
#define PTRDIFF_TYPE (
TARGET_AAPCS_BASED
? "int" : "long int")
764
#define PCC_BITFIELD_TYPE_MATTERS
TARGET_AAPCS_BASED
1706
((
TARGET_AAPCS_BASED
) ? 0 : BYTES_BIG_ENDIAN)
1719
|| (
TARGET_AAPCS_BASED
&& TARGET_HARD_FLOAT
[
all
...]
Completed in 18 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026