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

  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 37 template <typename T> friend bool iszero(const A &a) throw();
  /external/tcpdump/
print-isakmp.c 153 iszero(u_char *p, size_t l) function
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 62 if (Offset.isZero())
114 if (!NonVirtual.isZero())
161 if (NonVirtualOffset.isZero() && !VBase) {
1110 llvm::Value *iszero = Builder.CreateIsNull(numElements, "isempty"); local
    [all...]

Completed in 309 milliseconds