Home
last modified time | relevance | path

Searched refs:addOccurrence (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/pocl/pocl-1.8/lib/CL/
H A Dpocl_llvm_utils.cc297 O->addOccurrence(1, StringRef("scalarize-load-store"), StringRef("1"), in InitializeLLVM()
305 O->addOccurrence(1, StringRef("vectorizer-min-trip-count"), in InitializeLLVM()
316 O->addOccurrence(1, StringRef("jump-threading-threshold"), StringRef("0"), in InitializeLLVM()
321 O->addOccurrence(1, in InitializeLLVM()
329 O->addOccurrence(1, StringRef("pass-remarks-missed"), in InitializeLLVM()
334 O->addOccurrence(1, StringRef("pass-remarks-analysis"), in InitializeLLVM()
339 O->addOccurrence(1, StringRef("pass-remarks"), in InitializeLLVM()
346 O->addOccurrence(1, StringRef("debug"), StringRef("true"), false); in InitializeLLVM()
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dissuesmodel.cpp53 existingIssue.addOccurrence(issue); in addIssue()
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dlogginginterface.cpp64 void Issue::addOccurrence(const Issue &issue) in addOccurrence() function in Tiled::Issue
H A Dlogginginterface.h76 void addOccurrence(const Issue &issue);
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Support/
H A DCommandLine.cpp196 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurence()
208 if (Handler->addOccurrence(pos, ArgName, Value, MultiArg)) in CommaSeparateAndAddOccurence()
658 (*I)->addOccurrence(i, "", argv[i]); in ParseCommandLineOptions()
807 bool Option::addOccurrence(unsigned pos, StringRef ArgName, in addOccurrence() function in Option
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp529 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
540 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1223 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1372 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DCommandLine.cpp515 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
526 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1266 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1418 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h350 virtual bool addOccurrence(unsigned pos, StringRef ArgName, StringRef Value,
1654 bool addOccurrence(unsigned pos, StringRef /*ArgName*/, StringRef Value,
1656 return AliasFor->addOccurrence(pos, AliasFor->ArgStr, Value, MultiArg);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DCommandLine.h375 virtual bool addOccurrence(unsigned pos, StringRef ArgName, StringRef Value,
1711 bool addOccurrence(unsigned pos, StringRef /*ArgName*/, StringRef Value,
1713 return AliasFor->addOccurrence(pos, AliasFor->ArgStr, Value, MultiArg);
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A DCommandLine.h362 virtual bool addOccurrence(unsigned pos, StringRef ArgName, StringRef Value,
1698 bool addOccurrence(unsigned pos, StringRef /*ArgName*/, StringRef Value,
1700 return AliasFor->addOccurrence(pos, AliasFor->ArgStr, Value, MultiArg);
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DCommandLine.cpp520 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
531 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1298 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1450 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DCommandLine.cpp618 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
629 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1458 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1610 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DCommandLine.h384 virtual bool addOccurrence(unsigned pos, StringRef ArgName, StringRef Value,
1751 bool addOccurrence(unsigned pos, StringRef /*ArgName*/, StringRef Value,
1753 return AliasFor->addOccurrence(pos, AliasFor->ArgStr, Value, MultiArg);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DCommandLine.cpp636 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
647 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1528 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1680 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DCommandLine.cpp636 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
647 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1542 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1694 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DCommandLine.cpp632 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
643 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1511 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1663 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp632 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
643 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1536 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1688 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DCommandLine.cpp632 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
643 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1536 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1688 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp632 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
643 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1524 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1676 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DCommandLine.cpp636 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
647 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1542 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1694 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp632 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
643 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1536 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1688 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp632 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
643 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1511 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1663 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DCommandLine.cpp632 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
643 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1544 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1696 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DCommandLine.cpp632 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
643 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1536 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1688 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp632 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg)) in CommaSeparateAndAddOccurrence()
643 return Handler->addOccurrence(pos, ArgName, Value, MultiArg); in CommaSeparateAndAddOccurrence()
1511 (*I)->addOccurrence(i, "", StringRef(argv[i])); in ParseCommandLineOptions()
1663 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, in addOccurrence() function in Option

12