/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/ |
H A D | http_lib.c | 56 const char *path, *path_end; in OSSL_parse_url() local 136 path_end = query = query_end = frag = frag_end = path + strlen(path); in OSSL_parse_url() 143 path_end = p; in OSSL_parse_url() 151 if (query == path_end) /* we did not record a query component */ in OSSL_parse_url() 152 path_end = tmp; in OSSL_parse_url() 167 if (!copy_substring(ppath, path, path_end)) in OSSL_parse_url() 170 size_t buflen = 1 + path_end - path + 1; in OSSL_parse_url()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCXXABI.cpp | 251 E->path_end()); in getMemberPointerAdjustment()
|
H A D | CGExpr.cpp | 590 Adjustment.DerivedToBase.BasePath->path_end(), in EmitMaterializeTemporaryExpr() 1149 CE->path_begin(), CE->path_end(), in EmitPointerWithAlignment() 4702 This, DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue() 4721 LV.getAddress(*this), DerivedClassDecl, E->path_begin(), E->path_end(), in EmitCastLValue()
|
H A D | MicrosoftCXXABI.cpp | 3206 SrcTy, DstTy, E->getCastKind(), E->path_begin(), E->path_end(), Src, in EmitMemberPointerConversion() 3372 E->path_end(), Src); in EmitMemberPointerConversion()
|
H A D | CGExprScalar.cpp | 2133 CE->path_begin(), CE->path_end(), in VisitCastExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 258 E = Cast->path_end(); in evalDerivedToBase()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 3471 path_iterator path_end() { return path_buffer() + path_size(); } in path_end() function 3473 path_const_iterator path_end() const { return path_buffer() + path_size(); } in path_end() function 3476 return llvm::make_range(path_begin(), path_end()); in path() 3479 return llvm::make_range(path_begin(), path_end()); in path()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 327 for (auto I = C->path_begin(), E = C->path_end(); I != E; ++I) { in createCastPath()
|
H A D | TextNodeDumper.cpp | 885 E = Node->path_end(); in dumpBasePath()
|
H A D | ExprConstant.cpp | 3094 PathE = E->path_end(); in HandleLValueBasePath() 9589 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin()); in VisitCastExpr() 9606 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr() 9761 PathE = E->path_end(); PathI != PathE; ++PathI) { in VisitCastExpr()
|
H A D | ASTImporter.cpp | 7086 for (auto I = CE->path_begin(), E = CE->path_end(); I != E; ++I) { in ImportCastPath()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 955 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) in VisitCastExpr()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | rope | 1083 int _M_leaf_index; // Last valid __pos in path_end;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | rope | 1102 int _M_leaf_index; // Last valid __pos in path_end;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 14208 for (auto PathI = CE->path_begin(), PathE = CE->path_end(); PathI != PathE; in getDerivedToBaseAlignmentAndOffset()
|