OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:predicate_id
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
genmatch.cc
539
class
predicate_id
: public id_base
class in inherits:id_base
542
predicate_id
(const char *id_)
function in class:predicate_id
579
is_a_helper <
predicate_id
*>::test (id_base *id)
660
static
predicate_id
*
663
predicate_id
*p = new
predicate_id
(id);
836
predicate (
predicate_id
*p_, location_t loc)
838
predicate_id
*p;
2488
&& is_a <
predicate_id
*> (id)))
3413
predicate_id
*p = as_a <predicate_id *> (e->operation)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc
417
class
predicate_id
: public id_base
class in inherits:id_base
420
predicate_id
(const char *id_)
function in class:predicate_id
457
is_a_helper <
predicate_id
*>::test (id_base *id)
510
static
predicate_id
*
513
predicate_id
*p = new
predicate_id
(id);
686
predicate (
predicate_id
*p_, location_t loc)
688
predicate_id
*p;
2327
&& is_a <
predicate_id
*> (id)))
3170
predicate_id
*p = as_a <predicate_id *> (e->operation)
[
all
...]
Completed in 37 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026