Home
last modified time | relevance | path

Searched defs:candidate (Results 1 – 25 of 54) sorted by relevance

123

/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DTypoCorrection.h309 virtual unsigned RankCandidate(const TypoCorrection &candidate) { in RankCandidate()
340 bool MatchesTypo(const TypoCorrection &candidate) { in MatchesTypo()
368 bool ValidateCandidate(const TypoCorrection &candidate) override { in ValidateCandidate()
408 bool ValidateCandidate(const TypoCorrection &candidate) override { in ValidateCandidate()
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DFormattersContainer.h180 bool Get(FormattersMatchCandidate candidate, ValueSP &entry) { in Get()
194 for (const FormattersMatchCandidate &candidate : candidates) { in Get() local
DTypeCategory.h108 bool AnyMatches(const FormattersMatchCandidate &candidate) { in AnyMatches()
/openbsd/src/regress/lib/libc/qsort/
Dantiqsort.c19 static int candidate; /* pivot candidate */ variable
/openbsd/src/lib/libcrypto/x509/
Dx509_verify.c565 int is_root_cert, X509 *candidate, struct x509_verify_chain *current_chain, in x509_verify_consider_candidate()
650 X509 *candidate; in x509_verify_build_chains() local
751 char *candidate; in x509_verify_cert_hostname() local
Dx509_issuer_cache.c121 struct x509_issuer candidate, *found; in x509_issuer_cache_find() local
Dx509_constraints.c323 x509_constraints_parse_mailbox(CBS *candidate, in x509_constraints_parse_mailbox()
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DLanguageCategory.cpp99 for (auto &candidate : GetHardcodedFinder<ImplSP>()) { in GetHardcoded() local
DFormatManager.cpp254 for (const FormattersMatchCandidate& candidate : in GetPossibleMatches() local
/openbsd/src/libexec/ld.so/
DMakefile80 candidate= $(PROG).test macro
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DGenericOptional.cpp107 ValueObjectSP candidate = in GetChildAtIndex() local
DCPlusPlusLanguage.cpp1348 CompilerType AdjustForInclusion(CompilerType &candidate) override { in GetTypeScavenger()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDwo.cpp71 if (auto *candidate = in FindSingleCompileUnit() local
/openbsd/src/games/backgammon/backgammon/
Dmove.c268 mvcheck(struct BOARD *incumbent, struct BOARD *candidate) in mvcheck()
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_report.cpp308 static void ShowHeapOrGlobalCandidate(uptr untagged_addr, tag_t *candidate, in ShowHeapOrGlobalCandidate()
437 tag_t *candidate = nullptr, *left = tag_ptr, *right = tag_ptr; in PrintAddressDescription() local
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp229 bool Filler::delayHasHazard(MachineBasicBlock::iterator candidate, in delayHasHazard()
/openbsd/src/gnu/usr.bin/perl/ext/mro/
Dmro.xs619 GV* candidate; variable
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dmangle.c362 tree candidate = VARRAY_TREE (G.substitutions, i); local
588 tree candidate = VARRAY_TREE (G.substitutions, i); local
Dcvt.c1085 tree candidate; local
/openbsd/src/gnu/gcc/gcc/cp/
Dcvt.c1150 tree candidate; in build_expr_type_conversion() local
Dmangle.c415 tree candidate; in add_substitution() local
638 tree candidate = VEC_index (tree, G.substitutions, i); in find_substitution() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp1053 CompilerType AdjustForInclusion(CompilerType &candidate) override { in GetTypeScavenger()
DNSDictionary.cpp497 for (auto &candidate : map) { in NSDictionarySummaryProvider() local
583 for (auto &candidate : map) { in NSDictionarySyntheticFrontEndCreator() local
/openbsd/src/gnu/llvm/lldb/source/Target/
DTargetList.cpp199 for (const auto &candidate : candidates) { in CreateTargetInternal() local
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaCXXScopeSpec.cpp452 bool ValidateCandidate(const TypoCorrection &candidate) override { in ValidateCandidate()

123