OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:types_compatible_p
(Results
1 - 4
of
4
) 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/
langhooks.h
376
int (*
types_compatible_p
) (tree x, tree y);
member in struct:lang_hooks
tree-ssa-sccvn.h
127
types_compatible_p
sense. */
138
constants in the
types_compatible_p
sense. */
148
constants in the
types_compatible_p
sense. */
154
&&
types_compatible_p
(TREE_TYPE (c1), TREE_TYPE (c2)));
gimple.h
[
all
...]
/external/clang/test/CodeGen/
builtins.c
25
P(
types_compatible_p
, (int, float));
Completed in 506 milliseconds