OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBad
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Lex/
MacroArgs.cpp
292
bool
isBad
= false;
294
isBad
= Result[1] == '\''; // ''' is not legal. '\' already fixed above.
296
isBad
= (Result.size() != 4 || Result[1] != '\\'); // Not '\x'
298
if (
isBad
) {
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h
630
bool
isBad
() const { return getKind() == BadConversion; }
635
bool isFailure() const { return
isBad
() || isAmbiguous(); }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
3807
if (!ICS1.
isBad
()) {
5083
if (ICS.
isBad
()) {
5088
if (Result.
isBad
() || CompareImplicitConversionSequences(
5285
return !ICS.
isBad
();
5450
if (ICS.
isBad
()) {
5542
if (!ICS.
isBad
())
5877
if (!ICS.
isBad
())
6465
if (Candidate.Conversions[ConvIdx].
isBad
()) {
6536
if (ConversionState.
isBad
() ||
6925
if (Candidate.Conversions[ConvIdx].
isBad
()) {
[
all
...]
SemaInit.cpp
5043
if (ICS.
isBad
()) {
6023
} else if (ICS.
isBad
()) {
Completed in 27 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026