Home
last modified time | relevance | path

Searched defs:isTrue (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp67 bool &isTrue) { in initReg()
92 bool isTrue = false; in init() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp474 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); in Process() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp391 bool isTrue() const { return X == 1; } in isTrue() function in __anon654da8e80211::TryResult
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6618 SelectInst *SI, bool isTrue, in getTrueOrFalseValue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4474 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()