Searched refs:holds (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMutexGuard.h34 /// holds - Returns true if this locker instance holds the specified lock.
37 bool holds(const sys::Mutex& lock) const { return &M == &lock; } function in class:llvm::MutexGuard
/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/
H A DNumber.pm76 This class holds simple numeric values. It doesn't support -0, +/- Infinity,
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DNumber.pm73 This class holds simple numeric values. It doesn't support -0, +/- Infinity,
/macosx-10.9.5/libunwind-35.3/src/
H A DRegisters.s21 movl 28(%eax), %edx # edx holds new stack pointer
58 movq 56(%rdi), %rax # rax holds new stack pointer
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter2/
H A Dparser.ml5 (* binop_precedence - This holds the precedence for each binary operator that is
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dparser.ml5 (* binop_precedence - This holds the precedence for each binary operator that is
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dparser.ml5 (* binop_precedence - This holds the precedence for each binary operator that is
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp126 assert(locked.holds(TheJIT->lock));
131 assert(lck.holds(TheJIT->lock));
137 assert(locked.holds(TheJIT->lock));
151 assert(locked.holds(TheJIT->lock));
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml5 (* binop_precedence - This holds the precedence for each binary operator that is
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml5 (* binop_precedence - This holds the precedence for each binary operator that is
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DBuffer.pm217 C<trigger> holds a reference to a subroutine, which
H A DDBI.pm581 Note that C<Log::Log4perl::Appender::DBI> holds one connection open
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DBuffer.pm217 C<trigger> holds a reference to a subroutine, which
H A DDBI.pm601 Note that C<Log::Log4perl::Appender::DBI> holds one connection open
/macosx-10.9.5/CPANInternal-140/YAML-Syck/lib/YAML/
H A DSyck.pm238 this holds true even if the tag contains non-word characters; for example,
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dpool.tcl43 INVALID_POOLSIZE {The pool currently holds %s items.\
110 # - Creates the pool array which holds general state about the pool.
169 # the array that holds allocation state
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml5 (* binop_precedence - This holds the precedence for each binary operator that is
/macosx-10.9.5/CPANInternal-140/Variable-Magic/lib/Variable/
H A DMagic.pm226 This function creates a 'wizard', an opaque type that holds the magic information.
281 However, only the return value of the C<len> callback currently holds a meaning.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/
H A DProxy.pm996 This attribute holds a reference to the client headers set up by
1025 This attribute holds a reference to the hop-by-hop headers
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm996 This attribute holds a reference to the client headers set up by
1025 This attribute holds a reference to the hop-by-hop headers
/macosx-10.9.5/CPANInternal-140/Data-Dump/lib/Data/
H A DDump.pm659 This holds the string that's used for indenting multiline data structures.
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/lib/Data/
H A DDump.pm669 This holds the string that's used for indenting multiline data structures.
/macosx-10.9.5/CPANInternal-140/Test-Tester/lib/Test/
H A DTester.pm390 your module holds the Test::Builder object in $Test and that all your test
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c163 static const char * const holds[] = /* job-hold-until-supported values */ local
441 "job-hold-until-supported", sizeof(holds) / sizeof(holds[0]),
442 NULL, holds);
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Docaml.vim232 " + if ocamlbuild is not used, the usual behaviour holds; ie. the .annot

Completed in 212 milliseconds

12