HomeSort by relevance Sort by last modified time
    Searched full:newtmp (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
empty-nontrivially-copyable.cpp 23 // CHECK: call {{.*}} @_ZN5EmptyC1ERKS_(%struct.Empty* [[NEWTMP:%.*]], %struct.Empty*
24 // CHECK: call {{.*}} @_Z3foo5Empty(%struct.Empty* [[NEWTMP]])
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 352 register struct tm * newtmp; local
606 newtmp = localtime(&newt);
607 if (newtmp != NULL)
608 newtm = *newtmp;
613 if ((tmp == NULL || newtmp == NULL) ? (tmp != newtmp) :
617 newtmp = localtime(&newt);
618 if (newtmp != NULL) {
619 newtm = *newtmp;
627 if ((tmp == NULL || newtmp == NULL) ? (tmp != newtmp)
    [all...]

Completed in 225 milliseconds