Searched refs:check_location (Results 1 - 2 of 2) sorted by relevance

/external/libpng/
H A Dpngset.c1070 check_location(png_const_structrp png_ptr, int location) function
1168 np->location = check_location(png_ptr, unknowns->location);
1226 check_location(png_ptr, location);
/external/llvm/include/llvm/Support/
H A DCommandLine.h1065 void check_location() const { function in class:llvm::cl::opt_storage
1083 check_location();
1089 DataType &getValue() { check_location(); return *Location; }
1090 const DataType &getValue() const { check_location(); return *Location; }

Completed in 608 milliseconds