Searched refs:predicate (Results 126 - 136 of 136) sorted by relevance

123456

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Ddired.el449 (defmacro dired-mark-if (predicate msg)
461 (if ,predicate
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlisp.vim434 syn keyword lispKey :adjustable :gensym :predicate
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c643 CFStringRef predicate,
8490 CFStringRef predicate,
8496 kextRequest = __OSKextCreateKextRequest(predicate,
8488 __OSKextSimpleKextRequest( OSKextRef aKext, CFStringRef predicate, CFTypeRef * cfResponseOut) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter32_64.asm58 # predicate of an "if" is assumed to be a #define that is available
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp4491 // loop the predicate will return true for these inputs.
4581 ICmpInst::Predicate predicate) {
4643 Result = ConstantExpr::getICmp(predicate, Result, RHS);
4749 /// getConstantEvolvingPHI predicate, evaluate its value assuming the PHI node
5601 /// predicate Pred. Return true iff any changes were made.
6159 // Check whether the found predicate is the same as the desired predicate.
6163 // Check whether swapping the found predicate makes it the same as the
6164 // desired predicate.
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli148 (** The predicate for an integer comparison ([icmp]) instruction.
164 (** The predicate for a floating-point comparison ([fcmp]) instruction.
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp1027 return ((const CompareConstantExpr*)this)->predicate;
1708 default: llvm_unreachable("Invalid CmpInst predicate");
1779 // Get the key type with both the opcode and predicate
1802 // Get the key type with both the opcode and predicate
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js4494 CodeMirror.registerGlobalHelper = function(type, name, predicate, value) {
4496 helpers[type]._global.push({pred: predicate, val: value});
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js4494 CodeMirror.registerGlobalHelper = function(type, name, predicate, value) {
4496 helpers[type]._global.push({pred: predicate, val: value});
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm1667 predicate syntax. '%' means "any zero or more characters", '_' means
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el11664 (defun org-tags-completion-function (string predicate &optional flag)

Completed in 2322 milliseconds

123456