HomeSort by: relevance | last modified time | path
    Searched defs:EXPR_CHECK (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree.h 391 #define EXPR_CHECK(T) \
392 (expr_check ((T), __FILE__, __LINE__, __FUNCTION__))
500 #define EXPR_CHECK(T) (T)
1312 #define SET_EXPR_LOCATION(NODE, LOCUS) EXPR_CHECK ((NODE))->exp.locus = (LOCUS)
1319 #define EXPR_FILENAME(NODE) LOCATION_FILE (EXPR_CHECK ((NODE))->exp.locus)
1320 #define EXPR_LINENO(NODE) LOCATION_LINE (EXPR_CHECK (NODE)->exp.locus)
1323 #define EXPR_LOCATION_RANGE(NODE) (get_expr_source_range (EXPR_CHECK ((NODE))))
1362 #define SET_EXPR_UID(t, v) EXPR_CHECK ((t))->exp.condition_uid = (v)
1363 #define EXPR_COND_UID(t) EXPR_CHECK ((t))->exp.condition_uid
3821 expr_check (tree __t, const char *__f, int __l, const char *__g function
4107 expr_check (const_tree __t, const char *__f, int __l, const char *__g) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 303 #define EXPR_CHECK(T) \
304 (expr_check ((T), __FILE__, __LINE__, __FUNCTION__))
410 #define EXPR_CHECK(T) (T)
1205 #define SET_EXPR_LOCATION(NODE, LOCUS) EXPR_CHECK ((NODE))->exp.locus = (LOCUS)
1212 #define EXPR_FILENAME(NODE) LOCATION_FILE (EXPR_CHECK ((NODE))->exp.locus)
1213 #define EXPR_LINENO(NODE) LOCATION_LINE (EXPR_CHECK (NODE)->exp.locus)
1216 #define EXPR_LOCATION_RANGE(NODE) (get_expr_source_range (EXPR_CHECK ((NODE))))
3622 expr_check (tree __t, const char *__f, int __l, const char *__g) function
3876 expr_check (const_tree __t, const char *__f, int __l, const char *__g) function
3955 const_tree __u = EXPR_CHECK (__t)
    [all...]

Completed in 27 milliseconds