Searched refs:assert_with_loc (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp50 static void assert_with_loc(bool Assertion, const std::string &Str) { function in namespace:__anon19562
205 assert_with_loc(Bitwidth != 128, "Can't get bigger than 128!");
209 assert_with_loc(Bitwidth != 64, "Can't get smaller than 64!");
1104 assert_with_loc(Variables.find(VarName) != Variables.end(),
1439 assert_with_loc(false, "Unknown operation!");
1456 assert_with_loc(R1.first == R2.first, "Argument type mismatch!");
1512 assert_with_loc(Intr.Variables.find(DI->getArgName(ArgIdx)) !=
1518 assert_with_loc(SI, "Expected string type or $Name for cast type");
1534 assert_with_loc(!castToType.isVoid(), "Unknown typedef");
1636 assert_with_loc(Arg
[all...]

Completed in 255 milliseconds