/external/clang/lib/Format/ |
D | ContinuationIndenter.cpp | 54 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 …]
|
D | TokenAnnotator.cpp | 441 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
|
D | TokenAnnotator.h | 53 FormatToken *Current = First; in AnnotatedLine() local 75 FormatToken *Current = First; in ~AnnotatedLine() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | RetireControlUnit.cpp | 56 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/ |
D | ManagedStringPool.h | 32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool() local 34 delete *Current; in ~ManagedStringPool() local
|
/external/llvm/lib/Target/NVPTX/ |
D | ManagedStringPool.h | 32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool() local 34 delete *Current; in ~ManagedStringPool() local
|
/external/rust/crates/futures-util/src/compat/ |
D | compat03as01.rs | 150 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/ |
D | task_queue_base.cc | 25 TaskQueueBase* TaskQueueBase::Current() { in Current() function in webrtc::TaskQueueBase 61 TaskQueueBase* TaskQueueBase::Current() { in Current() function in webrtc::TaskQueueBase
|
/external/mesa3d/src/mesa/program/ |
D | program_parse.y | 105 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
D | ArgList.h | 42 BaseIter Current, End; variable 81 : Current(Current), End(End) { in Current() argument
|
/external/pdfium/core/fxcrt/ |
D | cfx_seekablestreamproxy.h | 31 Current, enumerator
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | ClientResponseStream.cs | 38 public TResponse Current property in Grpc.Core.Internal.ClientResponseStream
|
D | ServerRequestStream.cs | 38 public TRequest Current property in Grpc.Core.Internal.ServerRequestStream
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | RetireStage.cpp | 34 const RetireControlUnit::RUToken &Current = RCU.getCurrentToken(); in cycleStart() local
|
/external/clang/test/SemaCXX/ |
D | constructor-initializer.cpp | 92 struct Current : Derived { struct 94 …Current() : Derived(1), ::Derived(), // expected-warning {{field 'Derived' will be initialized aft… in Current() argument
|
/external/openscreen/cast/streaming/ |
D | clock_drift_smoother.cc | 28 Clock::duration ClockDriftSmoother::Current() const { in Current() function in openscreen::cast::ClockDriftSmoother
|
/external/pigweed/pw_stream/ |
D | seek_test.cc | 26 TEST(ResolveSeekOffset, Current) { in TEST() argument 66 TEST(CalculateSeek, Current) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | SourceMgr.h | 31 unsigned Current; variable
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeIterator.cs | 73 public object Current { property in Antlr.Runtime.Tree.TreeIterator
|
/external/llvm/include/llvm/Option/ |
D | ArgList.h | 33 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/ |
D | TreeIterator.cs | 78 public object Current property in Antlr.Runtime.Tree.TreeIterator
|
/external/llvm/lib/IR/ |
D | Use.cpp | 95 const Use *Current = this; in getImpliedUser() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Use.cpp | 94 const Use *Current = this; in getImpliedUser() local
|
/external/clang/include/clang/AST/ |
D | AttrIterator.h | 58 mutable Iterator Current; variable
|
/external/perfetto/include/perfetto/tracing/ |
D | track.h | 159 static ProcessTrack Current() { return ProcessTrack(); } in Current() function 175 static ThreadTrack Current() { return ThreadTrack(base::GetThreadId()); } in Current() function
|