Home
last modified time | relevance | path

Searched refs:Kept (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp96 std::vector<std::string> &Kept) override;
149 std::vector<GlobalVariable *> &Kept) override { in doTest() argument
150 if (!Kept.empty() && TestGlobalVariables(Kept)) in doTest()
216 std::vector<Function *> &Kept) override { in doTest() argument
217 if (!Kept.empty() && TestFuncs(Kept)) in doTest()
349 std::vector<Attribute> &Kept) override { in doTest() argument
350 if (!Kept.empty() && TestFuncAttrs(Kept)) in doTest()
455 std::vector<const BasicBlock *> &Kept) override { in doTest() argument
456 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
567 std::vector<const BasicBlock *> &Kept) override { in doTest() argument
[all …]
H A DListReducer.h42 std::vector<ElTy> &Kept) = 0;
/freebsd/crypto/openssl/Configurations/
H A Dwindows-makefile.tmpl427 # Kept around for backward compatibility
H A Ddescrip.mms.tmpl466 # Kept around for backward compatibility
H A Dunix-Makefile.tmpl514 # Kept around for backward compatibility
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4939 FunctionEffectWithCondition Kept;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20259 << Conflict.Kept.description() << Conflict.Rejected.description(); in diagnoseFunctionEffectMergeConflicts()