Home
last modified time | relevance | path

Searched refs:myAdd (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dfp-floatcontrol-pragma.cpp198 float myAdd(int i, float f) { in myAdd() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.c1336 int myAdd(int, int);
1338 return (cond ? mySub : myAdd)(x, x); in fPtr()