Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h4450 unsigned *isGenerated);
/freebsd/contrib/sqlite3/
H A Dsqlite3.c140642 int isGenerated; /* non-zero if column is generated */ local
140648 isGenerated = pCol->colFlags & COLFLAG_GENERATED;
140649 if( isGenerated && !b2ndPass ){
140653 if( aiChng && aiChng[i]<0 && !isGenerated ){
140671 assert( !isGenerated );
140673 }else if( b2ndPass && !isGenerated ){