Searched refs:ctn (Results 1 - 2 of 2) sorted by path

/external/clang/test/SemaCXX/
H A Dnullptr.cpp151 void test_conversion(ConvertsToNullPtr ctn) { argument
152 (void)(ctn == ctn);
153 (void)(ctn != ctn);
154 (void)(ctn <= ctn);
155 (void)(ctn >= ctn);
156 (void)(ctn < ct
[all...]
/external/llvm/lib/VMCore/
H A DVerifier.cpp152 explicit Verifier(VerifierFailureAction ctn) argument
153 : FunctionPass(ID), Broken(false), action(ctn), Mod(0),

Completed in 226 milliseconds