OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONSTRAINT_LEN
(Results
1 - 4
of
4
) sorted by null
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
defaults.h
746
#if !defined
CONSTRAINT_LEN
\
781
/* When a port defines
CONSTRAINT_LEN
, it should use DEFAULT_CONSTRAINT_LEN
787
#ifndef
CONSTRAINT_LEN
788
#define
CONSTRAINT_LEN
(C,STR) DEFAULT_CONSTRAINT_LEN (C, STR)
tm-preds.h
140
#define
CONSTRAINT_LEN
(c_,s_) insn_constraint_len (c_,s_)
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
defaults.h
746
#if !defined
CONSTRAINT_LEN
\
781
/* When a port defines
CONSTRAINT_LEN
, it should use DEFAULT_CONSTRAINT_LEN
787
#ifndef
CONSTRAINT_LEN
788
#define
CONSTRAINT_LEN
(C,STR) DEFAULT_CONSTRAINT_LEN (C, STR)
tm-preds.h
143
#define
CONSTRAINT_LEN
(c_,s_) insn_constraint_len (c_,s_)
Completed in 4113 milliseconds