HomeSort by relevance Sort by last modified time
    Searched refs:SelectDest (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CodeGen/
decl.c 8 // CHECK: @test6.x = private unnamed_addr constant %struct.SelectDest { i8 1, i8 2, i32 3, i32 0 }
69 struct SelectDest {
77 struct SelectDest x = {1, 2, 3};
  /external/chromium_org/third_party/sqlite/src/src/
select.c 35 ** Initialize a SelectDest structure.
37 void sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm){
503 SelectDest *pDest, /* Destination of SELECT results */
534 SelectDest *pDest, /* How to dispose of the results */
872 SelectDest *pDest /* Write the sorted results here */
    [all...]
sqliteInt.h     [all...]
delete.c 95 SelectDest dest;
update.c 612 SelectDest dest;
trigger.c 748 SelectDest sDest;
    [all...]
expr.c     [all...]
insert.c 458 SelectDest dest; /* Destination for SELECT on rhs of INSERT */
    [all...]
parse.y 397 SelectDest dest = {SRT_Output, 0, 0, 0, 0};
    [all...]
build.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 121 milliseconds