HomeSort by: relevance | last modified time | path
    Searched defs:inappropriate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 2224 const char *inappropriate = nullptr; local
2232 case OK_VectorComponent: inappropriate = "vector element"; break;
2234 inappropriate = "matrix element";
2236 case OK_ObjCProperty: inappropriate = "property expression"; break;
2237 case OK_ObjCSubscript: inappropriate = "container subscripting expression";
2240 if (inappropriate) {
2242 << inappropriate << DestType
  /src/external/mpl/dhcp/dist/server/
dhcpv6.c 5509 isc_boolean_t inappropriate, has_addrs; local
5560 has_addrs = inappropriate = ISC_FALSE;
5562 while(!inappropriate) {
5619 * be inappropriate to the link (so far as our
5621 * inappropriate address, there is no reason to
5625 inappropriate = ISC_TRUE;
5651 if (inappropriate) {

Completed in 30 milliseconds