Home
last modified time | relevance | path

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

12345

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVError.h51 #define SPIRVCK(Condition,ErrCode,ErrMsg) \ argument
56 #define SPIRVCKRT(Condition,ErrCode,ErrMsg) \ argument
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
DCondition.java27 public interface Condition { interface
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h125 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition()
135 PredicateAssume(Value *Op, IntrinsicInst *AssumeInst, Value *Condition) in PredicateAssume()
168 Value *Condition, bool TakenEdge) in PredicateBranch()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCondition.java13 public abstract class Condition<T> { class
20 private Condition() { } in Condition() method in Condition
/external/python/cpython3/Doc/library/
Dasyncio-sync.rst148 Condition chapter
/external/vixl/src/aarch32/
Dassembler-aarch32.h636 Condition /*cond*/, in Delegate() argument
655 Condition /*cond*/, in Delegate() argument
674 Condition /*cond*/, in Delegate() argument
688 Condition /*cond*/, in Delegate() argument
708 Condition /*cond*/, in Delegate() argument
717 Condition /*cond*/, in Delegate() argument
727 Condition /*cond*/, in Delegate() argument
738 Condition /*cond*/, in Delegate() argument
747 Condition /*cond*/, in Delegate() argument
756 Condition /*cond*/, in Delegate() argument
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp37 void TraversalDumper::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
DUndefBranchChecker.cpp60 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
DCheckerDocumentation.cpp126 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() argument
/external/cldr/tools/java/org/unicode/cldr/util/
DXChoiceFormat.java15 public enum Condition { enum in XChoiceFormat
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
DCsmConditional.java57 public enum Condition { enum in CsmConditional
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.h88 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
/external/python/cpython2/Lib/multiprocessing/
D__init__.py185 def Condition(lock=None): function
/external/python/cpython2/Lib/multiprocessing/dummy/
D__init__.py88 class Condition(threading._Condition): class
/external/google-benchmark/src/
Dmutex.h69 typedef std::condition_variable Condition; typedef
/external/libcxx/utils/google-benchmark/src/
Dmutex.h69 typedef std::condition_variable Condition; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp566 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch()
664 ArrayRef<MachineOperand> Condition, in insertBranch()
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp568 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch()
666 ArrayRef<MachineOperand> Condition, in InsertBranch()
/external/swiftshader/third_party/subzero/src/
DIceInst.h536 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create()
550 const FCond Condition; variable
568 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create()
583 ICond Condition; variable
731 static InstSelect *create(Cfg *Func, Variable *Dest, Operand *Condition, in create()
DIceInst.cpp369 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp()
376 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp()
480 InstSelect::InstSelect(Cfg *Func, Variable *Dest, Operand *Condition, in InstSelect()
939 Operand *Condition = getCondition(); in dump() local
DIceTargetLoweringARM32.h363 CondARM32::Cond Condition) { in _br()
367 void _br(CfgNode *Target, CondARM32::Cond Condition) { in _br()
370 void _br(InstARM32Label *Label, CondARM32::Cond Condition) { in _br()
DIceTargetLoweringX86Base.h563 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br()
570 void _br(BrCond Condition, CfgNode *Target) { in _br()
593 void _cmov(Variable *Dest, Operand *Src0, BrCond Condition) { in _cmov()
601 void _cmpps(Variable *Dest, Operand *Src0, CmppsCond Condition) { in _cmpps()
940 void _setcc(Variable *Dest, BrCond Condition) { in _setcc()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DARMWinEH.h302 uint8_t Condition() const { in Condition() function
/external/llvm/include/llvm/Support/
DARMWinEH.h302 uint8_t Condition() const { in Condition() function
/external/python/cpython2/Lib/msilib/
Dschema.py25 Condition = Table('Condition') variable

12345