Home
last modified time | relevance | path

Searched refs:ambiguity (Results 1 – 25 of 103) sorted by relevance

12345

/external/clang/test/Modules/Inputs/macro-ambiguity/
Dmodule.modulemap2 header "Inputs/macro-ambiguity/a/quote/a_quote.h"
3 header "Inputs/macro-ambiguity/a/system/a_system.h"
7 header "Inputs/macro-ambiguity/b/quote/b_quote.h"
8 header "Inputs/macro-ambiguity/b/system/b_system.h"
12 header "Inputs/macro-ambiguity/c/quote/c_quote.h"
13 header "Inputs/macro-ambiguity/c/system/c_system.h"
17 header "Inputs/macro-ambiguity/d/quote/d_quote.h"
18 header "Inputs/macro-ambiguity/d/system/d_system.h"
22 textual header "Inputs/macro-ambiguity/e/quote/e_quote.h"
23 textual header "Inputs/macro-ambiguity/e/system/e_system.h"
/external/llvm-project/clang/test/Modules/Inputs/macro-ambiguity/
Dmodule.modulemap2 header "Inputs/macro-ambiguity/a/quote/a_quote.h"
3 header "Inputs/macro-ambiguity/a/system/a_system.h"
7 header "Inputs/macro-ambiguity/b/quote/b_quote.h"
8 header "Inputs/macro-ambiguity/b/system/b_system.h"
12 header "Inputs/macro-ambiguity/c/quote/c_quote.h"
13 header "Inputs/macro-ambiguity/c/system/c_system.h"
17 header "Inputs/macro-ambiguity/d/quote/d_quote.h"
18 header "Inputs/macro-ambiguity/d/system/d_system.h"
22 textual header "Inputs/macro-ambiguity/e/quote/e_quote.h"
23 textual header "Inputs/macro-ambiguity/e/system/e_system.h"
/external/llvm-project/clang/test/Parser/
Dcxx-using-declaration.cpp57 void ambiguity() { in ambiguity() function
Dms-square-bracket-attributes.mm148 // FIXME: MSVC accepts, but we reject due to ambiguity.
/external/clang/test/Parser/
Dcxx-using-declaration.cpp57 void ambiguity() { in ambiguity() function
/external/python/cffi/doc/misc/
Ddesign.rst17 ``ffi.new("long", 42)`` to resolve the ambiguity. Floats would be
19 there is again ambiguity between characters and strings. Even with
/external/llvm-project/mlir/test/IR/
Dtest-func-set-type.mlir4 // parser ambiguity. So instead we reference a function declaration to take the
/external/starlark-go/syntax/testdata/
Derrors.star79 # This is a well known parsing ambiguity in Python.
129 # shift/reduce ambiguity is reduced
/external/python/cpython2/Parser/
Dspark.py600 return rule2cause[self.ambiguity(choices)]
604 rule = self.ambiguity(self.newrules[nt])
625 rule = self.ambiguity(choices)
649 def ambiguity(self, rules): member in GenericParser
/external/llvm-project/clang/test/SemaObjC/
Dwarn-strict-selector-match.m72 …[(Class)0 port]; // OK - gcc issues warning but there is only one Class method so no ambiguity to …
/external/clang/test/SemaObjC/
Dwarn-strict-selector-match.m72 …[(Class)0 port]; // OK - gcc issues warning but there is only one Class method so no ambiguity to …
/external/llvm-project/llvm/test/TableGen/
Difstmt.td58 // Test resolution of the dangling-else ambiguity.
/external/icu/icu4c/source/data/translit/
Dzu_zu_FONIPA.txt28 # avoid ambiguity and make the phoneme inventory uniquely decodable.
Dxh_xh_FONIPA.txt28 # avoid ambiguity and make the phoneme inventory uniquely decodable.
/external/python/cpython3/Grammar/
DGrammar173 # results in an ambiguity. ast.c makes sure it's a NAME.
199 # but can't go elsewhere due to ambiguity
/external/apache-commons-bcel/
DTODO.JustIce25 - There are bugs because of an ambiguity in the Java Virtual Machine
/external/mesa3d/src/freedreno/registers/
Dtext-format.txt36 …only if it is the third or successive token (and not the last) to avoid ambiguity with bitfields a…
/external/toolchain-utils/afdo_tools/bisection/
DREADME.md71 since otherwise there is ambiguity in which seed to use.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-implicit-bool-conversion.rst70 to boolean is explicitly allowed, since there's no ambiguity / information
/external/python/cpython2/Grammar/
DGrammar126 # results in an ambiguity. ast.c makes sure it's a NAME.
/external/llvm-project/mlir/test/mlir-tblgen/
Dop-format-spec.td414 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr` which does not…
418 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr` which does not…
422 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr` which does not…
/external/mesa3d/docs/relnotes/
D10.0.3.rst168 - mesa: Namespace qualify fma to override ambiguity with fma from
/external/llvm-project/llvm/docs/
DExtendedIntegerResults.txt110 that extends results to i64, no i32). This solves the ambiguity issue, allows us
/external/llvm/docs/
DExtendedIntegerResults.txt110 that extends results to i64, no i32). This solves the ambiguity issue, allows us
/external/llvm-project/clang/test/SemaCXX/
Dcxx1z-class-template-argument-deduction.cpp75 namespace ambiguity { namespace

12345