Home
last modified time | relevance | path

Searched defs:ntc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcxx98-compat.cpp251 NonTrivCtor ntc; // expected-warning {{union member 'ntc' with a non-trivial default constructor is incompatible with C++98}} member
257 NonTrivCtor ntc; // expected-warning {{anonymous struct member 'ntc' with a non-trivial default constructor is incompatible with C++98}} member
/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp433 T ntc, init = 0; in __kmp_dispatch_init_algorithm() local