Home
last modified time | relevance | path

Searched refs:DIter (Results 1 – 19 of 19) sorted by relevance

/dports/www/sarg/sarg-2.4.0/
H A Dfilelist.c491 struct DirEntryIterator *DIter; in FileListIter_NextWithMask() local
501 DIter=FIter->DirNodes+Level; in FileListIter_NextWithMask()
502 DIter->PathLength=Length; in FileListIter_NextWithMask()
503 Length+=strlen(DIter->Dir->Name)+1; in FileListIter_NextWithMask()
517 DIter=FIter->DirNodes+Level; in FileListIter_NextWithMask()
518 if (Level>0) FIter->CurrentPath[DIter->PathLength-1]='/'; in FileListIter_NextWithMask()
519 strcpy(FIter->CurrentPath+DIter->PathLength,DIter->Dir->Name); in FileListIter_NextWithMask()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DDssslSpecEventHandler.h133 typedef IListIter<DeclarationElement> DIter; typedef
136 DIter diter();
160 Part::DIter diter();
254 DssslSpecEventHandler::Part::DIter DssslSpecEventHandler::Part::diter() in diter()
256 return DIter(declarations_); in diter()
260 DssslSpecEventHandler::Part::DIter DssslSpecEventHandler::Doc::diter() in diter()
262 return Part::DIter(declarations_); in diter()
H A DStyleEngine.cxx42 DssslSpecEventHandler::Part::DIter diter(parts[i]->doc()->diter()); in parseSpec()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp530 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
531 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
533 return EmitLoadOfScalar(DIter->second, /*volatile=*/false, in emitBuiltinObjectSize()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp460 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
461 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
463 return EmitLoadOfScalar(DIter->second, /*volatile=*/false, in emitBuiltinObjectSize()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp661 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
662 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
664 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp589 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
590 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
592 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp661 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
662 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
664 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp687 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
688 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
690 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGBuiltin.cpp762 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
763 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
765 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBuiltin.cpp762 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
763 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
765 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBuiltin.cpp758 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
759 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
761 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGBuiltin.cpp688 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
689 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
691 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBuiltin.cpp762 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
763 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
765 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp687 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
688 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
690 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp762 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
763 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
765 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBuiltin.cpp758 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
759 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
761 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBuiltin.cpp762 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
763 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
765 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGBuiltin.cpp762 auto DIter = LocalDeclMap.find(D); in emitBuiltinObjectSize() local
763 assert(DIter != LocalDeclMap.end()); in emitBuiltinObjectSize()
765 return EmitLoadOfScalar(DIter->second, /*Volatile=*/false, in emitBuiltinObjectSize()