HomeSort by relevance Sort by last modified time
    Searched refs:ID1 (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/ARCMigrate/
Internals.h 78 bool clearDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) {
79 unsigned IDs[] = { ID1, ID2 };
82 bool clearDiagnostic(unsigned ID1, unsigned ID2, unsigned ID3,
84 unsigned IDs[] = { ID1, ID2, ID3 };
92 bool hasDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) {
93 unsigned IDs[] = { ID1, ID2 };
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
move_convert.pass.cpp 40 template <template <int> class Templ, int ID1, class Other>
41 struct is_specialization<Templ<ID1>, Other> : std::false_type {};
43 template <template <int> class Templ, int ID1, int ID2>
44 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {};
  /external/llvm/include/llvm/IR/
Instruction.h 208 void dropUnknownNonDebugMetadata(unsigned ID1) {
209 return dropUnknownNonDebugMetadata(makeArrayRef(ID1));
211 void dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) {
212 unsigned IDs[] = {ID1, ID2};
  /external/libcxx/test/libcxx/algorithms/
debug_less.pass.cpp 32 template <int ID1, int ID2>
33 bool operator<(MyType<ID1> const& LHS, MyType<ID2> const& RHS) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instruction.h 258 void dropUnknownNonDebugMetadata(unsigned ID1) {
259 return dropUnknownNonDebugMetadata(makeArrayRef(ID1));
261 void dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) {
262 unsigned IDs[] = {ID1, ID2};
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 233 void dropUnknownNonDebugMetadata(unsigned ID1) {
234 return dropUnknownNonDebugMetadata(makeArrayRef(ID1));
236 void dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) {
237 unsigned IDs[] = {ID1, ID2};
  /external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 622 ANTLRCommonTree ID1=null;
733 ID1=(ANTLRCommonTree)match(input,ID,FOLLOW_ID_in_expr402);
743 input.getTreeAdaptor().getTokenStopIndex(e.start))):null), (ID1!=null?ID1.getText():null));
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
move_convert.pass.cpp 52 template <template <int> class Templ, int ID1, class Other>
53 struct is_specialization<Templ<ID1>, Other> : std::false_type {};
55 template <template <int> class Templ, int ID1, int ID2>
56 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {};
  /external/antlr/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.m 595 CommonToken *ID1 = nil;
603 ID1=(CommonToken *)[self match:input TokenType:ID Follow:FOLLOW_ID_in_decl221];
608 [((Symbols_Scope *)[Symbols_stack peek]).names addObject:ID1];
  /external/tensorflow/tensorflow/core/kernels/
quantized_resize_bilinear_op.cc 222 template <int RESOLUTION, int ID0, int CH0, int ID1, int CH1, int ID2, int CH2,
231 yu + xu[ID0] + CH0, xlp + ID0, yl + xl[ID1] + CH1, yl + xu[ID1] + CH1,
232 yu + xl[ID1] + CH1, yu + xu[ID1] + CH1, xlp + ID1, yl + xl[ID2] + CH2,
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 183 FileID ID1 = Context.createInMemoryFile("format_1.cpp", Code1);
191 Context.Sources, Context.getLocation(ID1, 1, 1), 6, "auto "));
195 Context.Sources, Context.getLocation(ID1, 3, 10), 1, "12345678901"));
199 EXPECT_EQ(Expected1, Context.getRewrittenText(ID1));
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 215 llvm::FoldingSetNodeID ID1, ID2;
216 X.getAsExpr()->Profile(ID1, Context, true);
218 if (ID1 == ID2)
    [all...]

Completed in 599 milliseconds