Home
last modified time | relevance | path

Searched defs:Current (Results 1 – 25 of 148) sorted by relevance

123456

/external/clang/lib/Format/
DContinuationIndenter.cpp54 static bool startsNextParameter(const FormatToken &Current, in startsNextParameter()
99 const FormatToken &Current = *State.NextToken; in canBreak() local
143 const FormatToken &Current = *State.NextToken; in mustBreak() local
280 const FormatToken &Current = *State.NextToken; in addTokenToState() local
314 FormatToken &Current = *State.NextToken; in addTokenOnCurrentLine() local
441 FormatToken &Current = *State.NextToken; in addTokenOnNewLine() local
599 FormatToken &Current = *State.NextToken; in getNewLineColumn() local
711 const FormatToken &Current = *State.NextToken; in moveStateToNextToken() local
827 const FormatToken &Current = *State.NextToken; in moveStatePastFakeLParens() local
918 const FormatToken &Current = *State.NextToken; in moveStatePastScopeOpener() local
[all …]
DTokenAnnotator.cpp441 void updateParameterCount(FormatToken *Left, FormatToken *Current) { in updateParameterCount()
921 void modifyContext(const FormatToken &Current) { in modifyContext()
975 void determineTokenType(FormatToken &Current) { in determineTokenType()
1542 FormatToken *Current; member in clang::format::__anon31dfeb170111::ExpressionParser
1590 static bool isFunctionDeclarationName(const FormatToken &Current, in isFunctionDeclarationName()
1699 FormatToken *Current = Line.First->Next; in calculateFormattingInformation() local
1784 FormatToken *Current = Line.Last; in calculateUnbreakableTailLengths() local
DTokenAnnotator.h53 FormatToken *Current = First; in AnnotatedLine() local
75 FormatToken *Current = First; in ~AnnotatedLine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DRetireControlUnit.cpp56 const RetireControlUnit::RUToken &Current = Queue[CurrentInstructionSlotIdx]; in getCurrentToken() local
65 const RetireControlUnit::RUToken &Current = getCurrentToken(); in computeNextSlotIdx() local
75 RetireControlUnit::RUToken &Current = Queue[CurrentInstructionSlotIdx]; in consumeCurrentToken() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DManagedStringPool.h32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool() local
34 delete *Current; in ~ManagedStringPool() local
/external/llvm/lib/Target/NVPTX/
DManagedStringPool.h32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool() local
34 delete *Current; in ~ManagedStringPool() local
/external/rust/crates/futures-util/src/compat/
Dcompat03as01.rs150 struct Current(task01::Task); struct
152 impl Current { impl
158 unsafe fn ptr_to_current<'a>(ptr: *const ()) -> &'a Current { in as_waker()
159 &*(ptr as *const Current) in as_waker() constant
162 current as *const Current as *const () in as_waker() constant
186 impl ArcWake03 for Current { implementation
/external/webrtc/api/task_queue/
Dtask_queue_base.cc25 TaskQueueBase* TaskQueueBase::Current() { in Current() function in webrtc::TaskQueueBase
61 TaskQueueBase* TaskQueueBase::Current() { in Current() function in webrtc::TaskQueueBase
/external/mesa3d/src/mesa/program/
Dprogram_parse.y105 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DArgList.h42 BaseIter Current, End; variable
81 : Current(Current), End(End) { in Current() argument
/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.h31 Current, enumerator
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DClientResponseStream.cs38 public TResponse Current property in Grpc.Core.Internal.ClientResponseStream
DServerRequestStream.cs38 public TRequest Current property in Grpc.Core.Internal.ServerRequestStream
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DRetireStage.cpp34 const RetireControlUnit::RUToken &Current = RCU.getCurrentToken(); in cycleStart() local
/external/clang/test/SemaCXX/
Dconstructor-initializer.cpp92 struct Current : Derived { struct
94Current() : Derived(1), ::Derived(), // expected-warning {{field 'Derived' will be initialized aft… in Current() argument
/external/openscreen/cast/streaming/
Dclock_drift_smoother.cc28 Clock::duration ClockDriftSmoother::Current() const { in Current() function in openscreen::cast::ClockDriftSmoother
/external/pigweed/pw_stream/
Dseek_test.cc26 TEST(ResolveSeekOffset, Current) { in TEST() argument
66 TEST(CalculateSeek, Current) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DSourceMgr.h31 unsigned Current; variable
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeIterator.cs73 public object Current { property in Antlr.Runtime.Tree.TreeIterator
/external/llvm/include/llvm/Option/
DArgList.h33 SmallVectorImpl<Arg*>::const_iterator Current; variable
60 : Current(it), Args(Args), Id0(Id0), Id1(Id1), Id2(Id2) { in Current() function
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeIterator.cs78 public object Current property in Antlr.Runtime.Tree.TreeIterator
/external/llvm/lib/IR/
DUse.cpp95 const Use *Current = this; in getImpliedUser() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUse.cpp94 const Use *Current = this; in getImpliedUser() local
/external/clang/include/clang/AST/
DAttrIterator.h58 mutable Iterator Current; variable
/external/perfetto/include/perfetto/tracing/
Dtrack.h159 static ProcessTrack Current() { return ProcessTrack(); } in Current() function
175 static ThreadTrack Current() { return ThreadTrack(base::GetThreadId()); } in Current() function

123456