Home
last modified time | relevance | path

Searched refs:valid3 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Sema/
Dcomplex-init-list.c29 struct teststruct valid3 = { { 1.0f, 2.0f} }; // expected-warning {{specifying real and imaginary c… variable
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Dauth.py334 valid3 = (now - token_ts) < self.config['token_new_age']
335 valid = valid2 and valid3