Home
last modified time | relevance | path

Searched refs:FuncDef (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/
H A D2009-01-22-SortInvalidation.ll8 %struct.AggInfo_func = type { %struct.Expr*, %struct.FuncDef*, i32, i32 }
30 …%struct.FuncDef = type { i16, i8, i8, i8, i8*, %struct.FuncDef*, void (%struct.sqlite3_context*, i…
55 %struct.VdbeFunc = type { %struct.FuncDef*, i32, [1 x %struct.AuxData] }
62 …%struct.sqlite3_context = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i…
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A D2009-04-29-RegAllocAssert.ll10 %struct.AggInfo_func = type { %struct.Expr*, %struct.FuncDef*, i32, i32 }
33 …%struct.FuncDef = type { i16, i8, i8, i8, i8*, %struct.FuncDef*, void (%struct.sqlite3_context*, i…
54 %struct.VdbeFunc = type { %struct.FuncDef*, i32, [1 x %struct.AuxData] }
60 …%struct.sqlite3_context = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i…
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8651 typedef struct FuncDef FuncDef; typedef
9002 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
10246 FuncDef *a[23]; /* Hash table for functions */
10458 struct FuncDef { struct
10462 FuncDef *pNext; /* Next function with same name */ argument
10467 FuncDef *pHash; /* Next with a different name but the same hash */ argument
11059 FuncDef *pFunc; /* The aggregate function implementation */
12446 SQLITE_PRIVATE void sqlite3FuncDefInsert(FuncDefHash*, FuncDef*);
12447 SQLITE_PRIVATE FuncDef *sqlite3FindFunction(sqlite3*,const char*,int,int,u8,u8);
12752 SQLITE_PRIVATE FuncDef *sqlite3VtabOverloadFunction(sqlite3 *,FuncDef*, int nArg, Expr*);
[all …]