Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 21 of 21) sorted by relevance

/NextBSD/lib/libdispatch/dispatch/
HDonce.h65 _dispatch_once(dispatch_once_t *predicate, dispatch_block_t block) in _dispatch_once()
84 _dispatch_once_f(dispatch_once_t *predicate, void *context, in _dispatch_once_f()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h165 const char *predicate) const in PredicateMatches()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDBroadcaster.cpp410 ListenerMatchesAndSharedBits predicate (event_spec, listener); in UnregisterListenerForEvents() local
463 ListenerMatches predicate (listener); in RemoveListener() local
/NextBSD/contrib/llvm/lib/IR/
HDConstantsContext.h251 unsigned short predicate; variable
HDInstructions.cpp2969 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, in CmpInst()
2982 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, in CmpInst()
2996 CmpInst::Create(OtherOps Op, unsigned short predicate, in Create()
3017 CmpInst::Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, in Create()
3199 bool CmpInst::isUnsigned(unsigned short predicate) { in isUnsigned()
3207 bool CmpInst::isSigned(unsigned short predicate) { in isSigned()
3215 bool CmpInst::isOrdered(unsigned short predicate) { in isOrdered()
3224 bool CmpInst::isUnordered(unsigned short predicate) { in isUnordered()
3233 bool CmpInst::isTrueWhenEqual(unsigned short predicate) { in isTrueWhenEqual()
3241 bool CmpInst::isFalseWhenEqual(unsigned short predicate) { in isFalseWhenEqual()
HDAsmWriter.cpp990 static const char *getPredicateText(unsigned predicate) { in getPredicateText()
/NextBSD/contrib/gcc/
HDc-format.h172 int predicate; member
201 int predicate; member
HDrecog.h223 const insn_operand_predicate_fn predicate; member
HDgenoutput.c124 const char *predicate; member
HDomp-low.c1844 lower_lastprivate_clauses (tree clauses, tree predicate, tree *stmt_list, in lower_lastprivate_clauses()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp190 Predicate<uint16_t>* predicate, in TcpListen()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueProperties.cpp184 std::string predicate(predicate_start, predicate_end); in GetSubValue() local
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRInterpreter.cpp1078 CmpInst::Predicate predicate = icmp_inst->getPredicate(); in Interpret() local
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonExpandCondsets.cpp968 bool HexagonExpandCondsets::predicate(MachineInstr *TfrI, bool Cond) { in predicate() function in HexagonExpandCondsets
/NextBSD/sys/kern/
HDkern_linker.c553 linker_file_foreach(linker_predicate_t *predicate, void *context) in linker_file_foreach()
/NextBSD/contrib/gcclibs/libcpp/
HDdirectives.c1892 const cpp_token *predicate; in parse_assertion() local
/NextBSD/contrib/llvm/utils/TableGen/
HDDAGISelMatcher.h434 CheckPatternPredicateMatcher(StringRef predicate) in CheckPatternPredicateMatcher()
/NextBSD/contrib/binutils/gas/config/
HDtc-ia64.c2479 output_spill_psprel (ab, reg, offset, predicate) in output_spill_psprel() argument
2494 output_spill_sprel (ab, reg, offset, predicate) in output_spill_sprel() argument
2509 output_spill_reg (ab, reg, targ_reg, xy, predicate) in output_spill_reg() argument
/NextBSD/contrib/llvm/lib/ExecutionEngine/Interpreter/
HDExecution.cpp645 static GenericValue executeCmpInst(unsigned predicate, GenericValue Src1, in executeCmpInst()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp2240 ICmpInst::Predicate predicate = ICmpInst::BAD_ICMP_PREDICATE; in visitICmp() local
2255 FCmpInst::Predicate predicate = FCmpInst::BAD_FCMP_PREDICATE; in visitFCmp() local
/NextBSD/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp5241 ICmpInst::Predicate predicate) { in ComputeLoadConstantCompareExitLimit()