OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Func
(Results
1 - 25
of
181
) sorted by null
1
2
3
4
5
6
7
8
/external/clang/test/CodeGen/
2003-10-06-NegateExprType.c
5
void
Func
(int *B) {
2003-10-29-AsmRename.c
7
extern int
Func
(struct foo*) __asm__("Func64");
10
int
Func
(struct foo *F) {
20
Func
(0); /* should be renamed to call Func64 */
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FunctionDelegates.cs
37
public delegate TResult
Func
<TResult>();
39
public delegate TResult
Func
<T, TResult>(T arg);
/external/clang/test/CodeGenCXX/
2009-08-11-VectorRetTy.cpp
3
typedef void (*
Func
) ();
11
Func
arr[] = {