OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcc_constant
(Results
1 - 3
of
3
) 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/
tree.def
28
define language-specific tcc_exceptional or
tcc_constant
codes must
269
DEFTREECODE (INTEGER_CST, "integer_cst",
tcc_constant
, 0)
272
DEFTREECODE (REAL_CST, "real_cst",
tcc_constant
, 0)
275
DEFTREECODE (FIXED_CST, "fixed_cst",
tcc_constant
, 0)
279
DEFTREECODE (COMPLEX_CST, "complex_cst",
tcc_constant
, 0)
282
DEFTREECODE (VECTOR_CST, "vector_cst",
tcc_constant
, 0)
285
DEFTREECODE (STRING_CST, "string_cst",
tcc_constant
, 0)
[
all
...]
tree.h
120
tcc_constant
, /* A constant. */
enumerator in enum:tree_code_class
156
(TREE_CODE_CLASS (TREE_CODE (CODE)) ==
tcc_constant
)
923
#define CST_CHECK(T) TREE_CLASS_CHECK (T,
tcc_constant
)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.def
46
DEFTREECODE (PTRMEM_CST, "ptrmem_cst",
tcc_constant
, 0)
Completed in 1593 milliseconds