| /src/external/gpl2/dtc/dist/tests/ |
| path-references.c | 19 static void check_ref(const void *fdt, int node, const char *checkpath) function 70 check_ref(fdt, n1, "/node2"); 71 check_ref(fdt, n2, "/node1"); 91 check_ref(fdt, n3, "/foobar/baz"); 92 check_ref(fdt, n4, "/foo/baz");
|
| references.c | 19 static void check_ref(const void *fdt, int node, uint32_t checkref) function 124 check_ref(fdt, n1, h2); 125 check_ref(fdt, n2, h1); 126 check_ref(fdt, n3, h4);
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-scan.c | 56 check_ref (void) function 127 check_ref ();
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-prop.cc | 2044 unknown content, and return false. CHECK_REF means that access to object 2049 gimple *stmt, tree base, bool check_ref, 2064 if (check_ref) 2101 bool check_ref, by_ref; local 2108 /* The function operates in three stages. First, we prepare check_ref, r, 2121 check_ref = true; 2139 check_ref = false; 2155 check_ref = false; 2189 if (!extract_mem_content (fbi, stmt, arg_base, check_ref, content))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-prop.cc | 1938 unknown content, and return false. CHECK_REF means that access to object 1943 gimple *stmt, tree base, bool check_ref, 1958 if (check_ref) 1995 bool check_ref, by_ref; local 2002 /* The function operates in three stages. First, we prepare check_ref, r, 2015 check_ref = true; 2033 check_ref = false; 2049 check_ref = false; 2083 if (!extract_mem_content (fbi, stmt, arg_base, check_ref, content))
|