Home
last modified time | relevance | path

Searched +defs:fun +defs:main (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
D2009-01-05-BlockInlining.c10 static int fun(int x) { in fun() function
22 int main (int argc, const char * argv[]) { in main() function
/external/clang/test/SemaCXX/
Dgoto2.cpp10 void fun(const char* text) { in fun() function
42 int main() { in main() function
Dlambda-expressions.cpp442 template<typename Fn> struct fun : Fn { struct
474 int main() { in main() function
/external/python/cpython2/Demo/turtle/
Dtdemo_penrose.py135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
154 def demo(fun=sun): argument
164 def main(): function
Dtdemo_chaos.py32 def plot(fun, start, color): argument
43 def main(): function
/external/clang/test/OpenMP/
Ddeclare_reduction_messages.cpp66 T fun(T arg) { in fun() function
111 int main() { in main() function
/external/clang/test/SemaTemplate/
Dresolve-single-template-id.cpp29 int main() in main() function
38 decltype(oneT<int>)* fun = 0; in main() local
/external/v8/tools/
Djs2c.py156 def __init__(self, args, fun): argument
582 def main(): function
/external/clang/test/CodeGenCXX/
Dmangle-ms.cpp221 typedef int (*fun)(); typedef
289 int main() { return 0; } in main() function
/external/v8/src/
Dd8.cc1434 Local<Function> fun = Local<Function>::New(isolate, stringify_function_); in Stringify() local
3037 int main(int argc, char* argv[]) { in main() function