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.cpp2743 bool isEphemeral(const Instruction *I) { in isEphemeral() function in __anondb24d6d31a11::EphemeralValueTracker
2754 if (isEphemeral(I)) { in track()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c23190 Bool isEphemeral:1; /* True for an ephemeral table */ member
85672 && !pC->isEphemeral)
96071 assert( !pC->isEphemeral );
97514 pCx->isEphemeral = 1;
97592 assert( pCx->isEphemeral );
97599 pCx->isEphemeral = 1;
98991 if( pC->isEphemeral==0
99735 assert( !pTabCur->isEphemeral );
99737 assert( !pC->isEphemeral );
100001 assert( pC->isEphemeral );
[all …]