OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtraDep
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/
DependencyFile.cpp
195
for (const auto &
ExtraDep
: Opts.ExtraDeps) {
196
if (addDependency(
ExtraDep
.first))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp
674
Value *
ExtraDep
;
677
ExprResult(const Expression *Expr, Value *
ExtraDep
= nullptr,
679
: Expr(Expr),
ExtraDep
(
ExtraDep
), PredDep(PredDep) {}
682
: Expr(Other.Expr),
ExtraDep
(Other.
ExtraDep
), PredDep(Other.PredDep) {
684
Other.
ExtraDep
= nullptr;
690
~ExprResult() { assert(!
ExtraDep
&& "unhandled
ExtraDep
"); }
695
static ExprResult some(const Expression *Expr, Value *
ExtraDep
= nullptr)
[
all
...]
Completed in 18 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026