HomeSort by relevance Sort by last modified time
    Searched refs:IsValidReference (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
variables.h 63 bool IsValidReference() { return is_valid_ref_; }
ast.h     [all...]
  /external/llvm/include/llvm/IR/
Metadata.h 411 template <class V, class M> struct IsValidReference {
431 typename std::enable_if<detail::IsValidReference<X, Y &>::value, bool>::type
446 typename std::enable_if<detail::IsValidReference<X, Y &>::value, X *>::type
    [all...]

Completed in 1124 milliseconds