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

  /external/valgrind/include/
pub_tool_aspacemgr.h 89 hasR==hasW==hasX == False
111 Bool hasX;
pub_tool_addrinfo.h 193 Bool hasX;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 931 const bool hasX = !!x;
934 if ( !hasX && !hasY )
937 if( !hasX )
945 if( !hasX )
958 const bool hasX = !!x;
961 if ( !hasX && hasY )
966 else if ( hasX && !hasY )
971 else if ( hasX && hasY )

Completed in 363 milliseconds