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

/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp279 bool &isFirst, bool &isSingle,
289 isFirst = TSFlags & PPCII::PPC970_First;
334 bool isFirst, isSingle, isCracked, isLoad, isStore; local
336 GetInstrType(Opcode, isFirst, isSingle, isCracked,
342 if (NumIssued != 0 && (isFirst || isSingle))
392 bool isFirst, isSingle, isCracked, isLoad, isStore; local
394 GetInstrType(Opcode, isFirst, isSingle, isCracked,
278 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
H A DPPCHazardRecognizers.h92 bool &isFirst, bool &isSingle,bool &isCracked,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroArgs.cpp208 bool isFirst = true; local
211 if (!isFirst && (Tok.hasLeadingSpace() || Tok.isAtStartOfLine()))
213 isFirst = false;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp268 bool isFirst = true; local
271 if (!isFirst)
274 isFirst = false;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp190 bool isFirst = true; local
195 if (isFirst) {
199 isFirst = false;
H A DRangeConstraintManager.cpp269 bool isFirst = true; local
272 if (isFirst)
273 isFirst = false;
/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DCoverageReport.cpp177 bool isFirst = true; local
179 if (isFirst)
180 isFirst = false;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp123 void mergeIntoScratch(ValueVector const &source, bool isFirst);
174 bool isFirst) {
175 if (isFirst)
809 bool isFirst = true; local
816 vals.mergeIntoScratch(vals.getValueVector(pred), isFirst);
817 isFirst = false;
173 mergeIntoScratch(ValueVector const &source, bool isFirst) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp1348 bool isFirst = true; local
1351 if (isFirst)
1352 isFirst = false;
1362 bool isFirst = true; local
1365 if (isFirst)
1366 isFirst = false;
H A DDeclPrinter.cpp167 bool isFirst = true; local
169 if (isFirst) {
171 isFirst = false;
173 if (!isFirst) Out << ", ";
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c151320 int isFirst = (pCsr->pFilter->flags & FTS3_SEGMENT_FIRST); local
[all...]

Completed in 343 milliseconds