OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Changes
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Format/
WhitespaceManager.h
87
/// \brief Functor to sort
changes
in original source order.
115
//
Changes
might be in the middle of a token, so we cannot just keep the
168
/// \brief Align consecutive assignments over all \c
Changes
.
171
/// \brief Align consecutive declarations over all \c
Changes
.
174
/// \brief Align trailing comments over all \c
Changes
.
181
/// \brief Align escaped newlines over all \c
Changes
.
188
/// \brief Fill \c Replaces with the replacements for all effective
changes
.
200
SmallVector<Change, 16>
Changes
;
/external/llvm/lib/CodeGen/
LiveRangeCalc.cpp
377
unsigned
Changes
;
379
Changes
= 0;
434
++
Changes
;
463
++
Changes
;
467
} while (
Changes
);
/external/llvm/lib/Target/AMDGPU/
SIInsertWaits.cpp
456
bool
Changes
= false;
481
Changes
|= insertWait(MBB, I, LastIssued);
483
Changes
|= insertWait(MBB, I, handleOperands(*I));
490
Changes
|= insertWait(MBB, MBB.getFirstTerminator(), LastIssued);
493
return
Changes
;
/external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
571
bool
Changes
= true;
573
while (
Changes
) {
575
Changes
= false;
585
Changes
= true;
589
Changes
= true;
596
Changes
= true;
601
Changes
= true;
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.h
288
class
Changes
{
376
std::unique_ptr<
Changes
> mChanges;
/external/clang/lib/Parse/
ParseDecl.cpp
860
AvailabilityChange
Changes
[Unknown];
[
all
...]
Completed in 802 milliseconds