Home
last modified time | relevance | path

Searched defs:visited (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp52 CFGBlocksSet reachable, visited; in checkEndAnalysis() local
179 CFGBlocksSet &visited) { in FindUnreachableEntryPoints()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp44 llvm::BitVector visited(analyzed.size()); in mapReachability() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp233 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, in setSubgraphColorHelper()
267 DenseSet<SDNode *> visited; in setSubgraphColor() local
H A DSelectionDAG.cpp13035 SmallPtrSet<const SDNode*, 32> visited; in checkForCycles() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp217 llvm::DenseSet<TypeSystem *> visited; in Clear() local
248 llvm::DenseSet<TypeSystem *> visited; in ForEach() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h112 &visited = t2; in isReachable() local
H A Dsanitizer_deadlock_detector2.cpp60 bool visited[kMaxMutex]; member
/freebsd/crypto/openssl/crypto/
H A Dprovider_conf.c80 static int provider_conf_params_internal(OSSL_PROVIDER *prov, in provider_conf_params_internal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h164 SmallPtrSet<BlockT *, 32> visited; in calculate() local
H A DRegionInfoImpl.h259 void RegionBase<Tr>::verifyWalk(BlockT *BB, std::set<BlockT *> *visited) const { in verifyWalk()
280 std::set<BlockT *> visited; in verifyRegion() local
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dnup.c79 unsigned visited; member
H A Dosm_ucast_updn.c79 unsigned visited; member
H A Dosm_ucast_dfsssp.c126 uint8_t visited; /* needed to traverse the binary tree */ member
/freebsd/usr.bin/gprof/
H A Darcs.c37 int visited; variable
/freebsd/sys/kern/
H A Dkern_dump.c397 bool visited; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h270 DenseSet<const GCOVBlock *> visited; variable
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c820 uint64_t visited = 0; in spa_flush_metaslabs() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h908 VisitedItems visited; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp125 IRPromoter(LLVMContext &C, unsigned Width, SetVector<Value *> &visited, in IRPromoter()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.c3223 struct foreach_helper visited[5]; in test_event_foreach() local
/freebsd/contrib/libevent/test/
H A Dregress.c3223 struct foreach_helper visited[5]; in test_event_foreach() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp101 llvm::SmallPtrSet<DeclContext*, 8> visited; member in __anon9467d2770111::UnqualUsingDirectiveSet