Searched refs:isFirst (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp91 bool &isFirst, bool &isSingle,
101 isFirst = TSFlags & PPCII::PPC970_First;
146 bool isFirst, isSingle, isCracked, isLoad, isStore; local
148 GetInstrType(Opcode, isFirst, isSingle, isCracked,
154 if (NumIssued != 0 && (isFirst || isSingle))
204 bool isFirst, isSingle, isCracked, isLoad, isStore; local
206 GetInstrType(Opcode, isFirst, isSingle, isCracked,
90 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
H A DPPCHazardRecognizers.h81 bool &isFirst, bool &isSingle,bool &isCracked,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DMacroArgs.cpp209 bool isFirst = true; local
212 if (!isFirst && (Tok.hasLeadingSpace() || Tok.isAtStartOfLine()))
214 isFirst = false;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp192 bool isFirst = true; local
197 if (isFirst) {
201 isFirst = false;
H A DRangeConstraintManager.cpp260 bool isFirst = true; local
263 if (isFirst)
264 isFirst = false;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp265 bool isFirst = true; local
268 if (!isFirst)
271 isFirst = false;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp122 void mergeIntoScratch(ValueVector const &source, bool isFirst);
173 bool isFirst) {
174 if (isFirst)
750 bool isFirst = true; local
755 vals.mergeIntoScratch(vals.getValueVector(pred), isFirst);
756 isFirst = false;
172 mergeIntoScratch(ValueVector const &source, bool isFirst) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp156 bool isFirst = true; local
158 if (isFirst) {
160 isFirst = false;
162 if (!isFirst) Out << ", ";
H A DTypePrinter.cpp1251 bool isFirst = true; local
1254 if (isFirst)
1255 isFirst = false;
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c154643 int isFirst = (pCsr->pFilter->flags & FTS3_SEGMENT_FIRST); local
[all...]

Completed in 373 milliseconds