Home
last modified time | relevance | path

Searched defs:Condition (Results 1 – 25 of 68) sorted by relevance

123

/third_party/skia/third_party/externals/tint/src/sem/
Dif_statement.h49 const Expression* Condition() const { return condition_; } in Condition() function
74 const Expression* Condition() const { return condition_; } in Condition() function
Dfor_loop_statement.h50 const Expression* Condition() const { return condition_; } in Condition() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DGuardUtils.cpp23 Value *Condition, *WidenableCondition; in isWidenableBranch() local
30 Value *Condition, *WidenableCondition; in isGuardAsWidenableBranch() local
44 bool llvm::parseWidenableBranch(const User *U, Value *&Condition, in parseWidenableBranch()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.h87 class Condition; variable
703 explicit Condition(const T *obj) in Condition() function
944 inline Condition::Condition(bool (*func)(T *), T *arg) in Condition() function
951 inline Condition::Condition(T *object, in Condition() function
959 inline Condition::Condition(const T *object, in Condition() function
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h79 class Condition; variable
719 explicit Condition(const T *obj) in Condition() function
961 inline Condition::Condition(bool (*func)(T *), T *arg) in Condition() function
968 inline Condition::Condition(T *object, in Condition() function
976 inline Condition::Condition(const T *object, in Condition() function
/third_party/python/Doc/library/
Dasyncio-sync.rst171 Condition chapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h124 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition()
134 PredicateAssume(Value *Op, IntrinsicInst *AssumeInst, Value *Condition) in PredicateAssume()
167 Value *Condition, bool TakenEdge) in PredicateBranch()
/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc297 Condition::Condition() {} // null constructor, used for kTrue only in Condition() function in absl::Condition
300 Condition::Condition(bool (*func)(void *), void *arg) in Condition() function in absl::Condition
310 Condition::Condition(const bool *cond) in Condition() function in absl::Condition
/third_party/boost/libs/interprocess/test/
Dcondition_test_template.hpp75 void condition_test_thread(condition_test_data<Condition, Mutex>* data) in condition_test_thread()
97 void condition_test_waits(condition_test_data<Condition, Mutex>* data) in condition_test_waits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbol.h59 #define DECLARE_PDB_SYMBOL_CUSTOM_TYPE(Condition) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.h87 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.h28 enum Condition enum
/third_party/benchmark/src/
Dmutex.h69 typedef std::condition_variable Condition; typedef
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dmutex.h69 typedef std::condition_variable Condition; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp565 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch()
663 ArrayRef<MachineOperand> Condition, in insertBranch()
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.h30 enum Condition enum
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.cpp359 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp()
366 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp()
470 InstSelect::InstSelect(Cfg *Func, Variable *Dest, Operand *Condition, in InstSelect()
922 Operand *Condition = getCondition(); in dump() local
DIceInst.h541 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create()
555 const FCond Condition; variable
573 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create()
588 ICond Condition; variable
736 static InstSelect *create(Cfg *Func, Variable *Dest, Operand *Condition, in create()
DIceTargetLoweringARM32.h355 CondARM32::Cond Condition) { in _br()
359 void _br(CfgNode *Target, CondARM32::Cond Condition) { in _br()
362 void _br(InstARM32Label *Label, CondARM32::Cond Condition) { in _br()
DIceTargetLoweringX8632.h478 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br()
485 void _br(BrCond Condition, CfgNode *Target) { in _br()
502 void _cmov(Variable *Dest, Operand *Src0, BrCond Condition) { in _cmov()
508 void _cmpps(Variable *Dest, Operand *Src0, CmppsCond Condition) { in _cmpps()
739 void _setcc(Variable *Dest, BrCond Condition) { in _setcc()
DIceTargetLoweringX8664.h474 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br()
481 void _br(BrCond Condition, CfgNode *Target) { in _br()
498 void _cmov(Variable *Dest, Operand *Src0, BrCond Condition) { in _cmov()
504 void _cmpps(Variable *Dest, Operand *Src0, CmppsCond Condition) { in _cmpps()
733 void _setcc(Variable *Dest, BrCond Condition) { in _setcc()
/third_party/python/Lib/asyncio/
Dlocks.py219 class Condition(_ContextManagerMixin, mixins._LoopBoundMixin): class
/third_party/python/Lib/msilib/
Dschema.py25 Condition = Table('Condition') variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMWinEH.h332 uint8_t Condition() const { in Condition() function
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go389 func (n *Assert) Condition() *Expr { return n.rhs.AsExpr() } func
555 func (n *While) Condition() *Expr { return n.mhs.AsExpr() } func
580 func (n *If) Condition() *Expr { return n.mhs.AsExpr() } func

123