OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONSTRAINT_LEN
(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
979
#if !defined
CONSTRAINT_LEN
\
1014
/* When a port defines
CONSTRAINT_LEN
, it should use DEFAULT_CONSTRAINT_LEN
1020
#ifndef
CONSTRAINT_LEN
1021
#define
CONSTRAINT_LEN
(C,STR) DEFAULT_CONSTRAINT_LEN (C, STR)
[
all
...]
tm-preds.h
192
#define
CONSTRAINT_LEN
(c_,s_) insn_constraint_len (c_,s_)
Completed in 57 milliseconds