Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2939 bool isEphemeral(const Instruction *I) { in isEphemeral() function in __anonee21a60b1e11::EphemeralValueTracker
2950 if (isEphemeral(I)) { in track()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c24331 Bool isEphemeral:1; /* True for an ephemeral table */ member
88555 && !pC->isEphemeral)
99474 assert( !pC->isEphemeral );
100934 assert( pOrig->isEphemeral ); /* Only ephemeral cursors can be duplicated */
100939 pCx->isEphemeral = 1;
101017 assert( pCx->isEphemeral );
101024 pCx->isEphemeral = 1;
102422 if( pC->isEphemeral==0
103198 assert( !pTabCur->isEphemeral );
103200 assert( !pC->isEphemeral );
[all …]