Home
last modified time | relevance | path

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

1234567

/external/swiftshader/src/OpenGL/libEGL/
Dmain.h34 struct Current struct
45 void setCurrentError(EGLint error); argument
/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.h53 FormatToken *Current = First; in AnnotatedLine() local
75 FormatToken *Current = First; in ~AnnotatedLine() local
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::__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/
DManagedStringPool.h33 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool() local
35 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/syzkaller/vendor/google.golang.org/appengine/user/
Duser_classic.go17 func Current(ctx context.Context) *User { func
Duser_vm.go17 func Current(c context.Context) *User { func
/external/mesa3d/src/mesa/program/
Dprogram_parse.y101 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/BinaryFormat/
DMachOTest.cpp36 unsigned char *Current = Valid32BitMachO + sizeof(mach_header); in TEST() local
/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-7.0/llvm/tools/llvm-mca/
DRetireStage.cpp36 const RetireControlUnit::RUToken &Current = RCU.peekCurrentToken(); in cycleStart() local
DRetireControlUnit.cpp64 const RetireControlUnit::RUToken &Current = peekCurrentToken(); in consumeCurrentToken() local
DSourceMgr.h29 unsigned Current; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
DArgList.h43 BaseIter Current, End; variable
82 : Current(Current), End(End) { in Current() argument
/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.h20 Current, enumerator
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeIterator.cs73 public object Current { property in Antlr.Runtime.Tree.TreeIterator
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeIterator.cs78 public object Current property in Antlr.Runtime.Tree.TreeIterator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DUse.cpp95 const Use *Current = this; in getImpliedUser() local
/external/llvm/lib/IR/
DUse.cpp95 const Use *Current = this; in getImpliedUser() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DUse.cpp52 const Use *Current = this; in getImpliedUser() 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/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/clang/include/clang/AST/
DAttrIterator.h58 mutable Iterator Current; variable

1234567