/external/swiftshader/src/OpenGL/libEGL/ |
D | main.h | 34 struct Current struct 45 void setCurrentError(EGLint error); argument
|
/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.h | 53 FormatToken *Current = First; in AnnotatedLine() local 75 FormatToken *Current = First; in ~AnnotatedLine() local
|
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::__anonf66d6eb40111::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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | ManagedStringPool.h | 33 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool() local 35 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/syzkaller/vendor/google.golang.org/appengine/user/ |
D | user_classic.go | 17 func Current(ctx context.Context) *User { func
|
D | user_vm.go | 17 func Current(c context.Context) *User { func
|
/external/mesa3d/src/mesa/program/ |
D | program_parse.y | 101 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/BinaryFormat/ |
D | MachOTest.cpp | 36 unsigned char *Current = Valid32BitMachO + sizeof(mach_header); in TEST() local
|
/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-7.0/llvm/tools/llvm-mca/ |
D | RetireStage.cpp | 36 const RetireControlUnit::RUToken &Current = RCU.peekCurrentToken(); in cycleStart() local
|
D | RetireControlUnit.cpp | 64 const RetireControlUnit::RUToken &Current = peekCurrentToken(); in consumeCurrentToken() local
|
D | SourceMgr.h | 29 unsigned Current; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/ |
D | ArgList.h | 43 BaseIter Current, End; variable 82 : Current(Current), End(End) { in Current() argument
|
/external/pdfium/core/fxcrt/ |
D | cfx_seekablestreamproxy.h | 20 Current, enumerator
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeIterator.cs | 73 public object Current { property in Antlr.Runtime.Tree.TreeIterator
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeIterator.cs | 78 public object Current property in Antlr.Runtime.Tree.TreeIterator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Use.cpp | 95 const Use *Current = this; in getImpliedUser() local
|
/external/llvm/lib/IR/ |
D | Use.cpp | 95 const Use *Current = this; in getImpliedUser() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Use.cpp | 52 const Use *Current = this; in getImpliedUser() 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/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/clang/include/clang/AST/ |
D | AttrIterator.h | 58 mutable Iterator Current; variable
|