OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONST_OK_FOR_CONSTRAINT_P
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
defaults.h
983
&& !defined
CONST_OK_FOR_CONSTRAINT_P
\
1024
#if defined (CONST_OK_FOR_LETTER_P) && ! defined (
CONST_OK_FOR_CONSTRAINT_P
)
1025
#define
CONST_OK_FOR_CONSTRAINT_P
(VAL,C,STR) CONST_OK_FOR_LETTER_P (VAL, C)
[
all
...]
tm-preds.h
201
#define
CONST_OK_FOR_CONSTRAINT_P
(v_,c_,s_) \
Completed in 577 milliseconds