/external/clang/test/CXX/special/class.copy/ |
D | p11.0x.copy.cpp | 59 struct IsAmbiguous { struct 61 …Ambiguity A; // expected-note 2{{copy constructor of 'IsAmbiguous' is implicitly deleted because f… argument
|
D | p11.0x.move.cpp | 53 struct IsAmbiguous { struct 55 …IsAmbiguous(IsAmbiguous&&); // expected-note{{copy constructor is implicitly deleted because 'IsAm… argument
|
/external/llvm-project/clang/test/CXX/special/class.copy/ |
D | p11.0x.copy.cpp | 59 struct IsAmbiguous { struct 61 …Ambiguity A; // expected-note 2{{copy constructor of 'IsAmbiguous' is implicitly deleted because f… argument
|
D | p11.0x.move.cpp | 65 struct IsAmbiguous { struct 67 …IsAmbiguous(IsAmbiguous&&); // expected-note{{copy constructor is implicitly deleted because 'IsAm… argument
|
/external/clang/lib/Tooling/ |
D | FileMatchTrie.cpp | 101 bool &IsAmbiguous, in findEquivalent() 184 bool IsAmbiguous = false; in findEquivalent() local
|
/external/llvm-project/clang/lib/Tooling/ |
D | FileMatchTrie.cpp | 106 bool &IsAmbiguous, in findEquivalent() 202 bool IsAmbiguous = false; in findEquivalent() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_value.cc | 260 bool InstructionValueSet::IsAmbiguous() const { in IsAmbiguous() function in xla::InstructionValueSet
|
D | tuple_points_to_analysis.cc | 51 bool PointsToSet::IsAmbiguous() const { in IsAmbiguous() function in xla::PointsToSet
|
/external/clang/lib/Parse/ |
D | ParseTentative.cpp | 1657 bool Parser::isCXXFunctionDeclarator(bool *IsAmbiguous) { in isCXXFunctionDeclarator()
|
D | ParseDecl.cpp | 5417 bool IsAmbiguous = false; in ParseDirectDeclarator() local 5572 bool IsAmbiguous, in ParseFunctionDeclarator()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseTentative.cpp | 1824 bool Parser::isCXXFunctionDeclarator(bool *IsAmbiguous) { in isCXXFunctionDeclarator()
|
D | ParseDecl.cpp | 6145 bool IsAmbiguous = false; in ParseDirectDeclarator() local 6428 bool IsAmbiguous, in ParseFunctionDeclarator()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | MacroInfo.h | 571 bool IsAmbiguous) in MacroDefinition()
|
D | Preprocessor.h | 587 bool IsAmbiguous = false; member
|
/external/clang/include/clang/Lex/ |
D | MacroInfo.h | 570 bool IsAmbiguous) in MacroDefinition()
|
D | Preprocessor.h | 386 bool IsAmbiguous; member
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 180 bool IsAmbiguous = false; in updateModuleMacroInfo() local
|
/external/llvm-project/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 228 bool IsAmbiguous = false; in updateModuleMacroInfo() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 8008 void EmitAllDiagnostics(bool IsAmbiguous) { in EmitAllDiagnostics() 8086 ExprResult CheckForRecursiveTypos(ExprResult Res, bool &IsAmbiguous) { in CheckForRecursiveTypos() 8141 ExprResult RecursiveTransformLoop(Expr *E, bool &IsAmbiguous) { in RecursiveTransformLoop() 8254 bool IsAmbiguous = false; in Transform() local
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1962 bool IsAmbiguous; in isTypeIdUnambiguously() local
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 2454 bool IsAmbiguous; in isTypeIdUnambiguously() local
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 3330 IsAmbiguous = 2, enumerator
|
/external/llvm-project/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 3492 IsAmbiguous = 2, enumerator
|