HomeSort by relevance Sort by last modified time
    Searched full:hasname (Results 26 - 50 of 165) sorted by null

12 3 4 5 6 7

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dis.py 96 elif op in hasname:
134 elif op in hasname:
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 167 VariantMatcher::SingleMatcher(hasParameter(0, hasName("a")));
185 "functionDecl(hasParameter(1, hasName(\"x\")))", &Error));
196 "functionDecl(hasParamA, hasParameter(1, hasName(nameX)))",
296 StringRef Code = "functionDecl(hasName(";
304 Code = "cxxMethodDecl(hasName(nameX), ";
VariantValueTest.cpp 129 recordDecl(hasName("X"))))
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 333 MemI->hasName() ? MemI->getName() + ".phi" : "",
353 MemI->hasName() ? MemI->getName() + ".inc" : "", InsPoint);
366 PtrInc->hasName() ? PtrInc->getName() + ".cast" : "", InsPoint);
402 I->Instr->hasName() ? I->Instr->getName() + ".off" : "", PtrIP);
415 Ptr->hasName() ? Ptr->getName() + ".cast" : "");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 254 boolean hasName = mCurrentSet.contains(name);
255 item.setChecked(hasName);
256 if (hasName) {
  /external/clang/unittests/AST/
SourceLocationTest.cpp 437 Code, friendDecl(has(cxxConstructorDecl(ofClass(hasName("B")))))));
441 Code, friendDecl(has(cxxDestructorDecl(ofClass(hasName("B")))))));
455 Code, friendDecl(has(cxxConstructorDecl(ofClass(hasName("B")))))));
459 Code, friendDecl(has(cxxDestructorDecl(ofClass(hasName("B")))))));
StmtPrinterTest.cpp 118 functionDecl(hasName(ContainingFunction),
144 functionDecl(hasName(ContainingFunction),
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 86 declRefExpr(to(varDecl(hasName("a"))))))))),
  /external/llvm/lib/Transforms/Utils/
SplitModule.cpp 37 if (!GV->hasName())
CloneFunction.cpp 44 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
52 if (II->hasName())
312 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
378 if (II->hasName())
456 if (OldTI->hasName())
    [all...]
  /external/v8/src/wasm/
encoder.h 50 bool HasName() const { return exported_ && name_.size() > 0; }
encoder.cc 261 if (HasName()) size += 4;
281 (HasName() ? kDeclFunctionName : 0);
286 if (HasName()) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dis.py 108 self.assertIn(dis.opmap["STORE_NAME"], dis.hasname)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dis.py 108 self.assertIn(dis.opmap["STORE_NAME"], dis.hasname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dis.py 108 self.assertIn(dis.opmap["STORE_NAME"], dis.hasname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dis.py 108 self.assertIn(dis.opmap["STORE_NAME"], dis.hasname)
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 243 assert(val.hasName() && "Found texture variable with no name");
248 assert(val.hasName() && "Found surface variable with no name");
253 assert(val.hasName() && "Found sampler variable with no name");
  /external/llvm/unittests/Analysis/
CFGTest.cpp 50 if (I->hasName()) {
88 if (!F.hasName() || F.getName() != "test")
ValueTrackingTest.cpp 44 if (I->hasName()) {
  /external/llvm/lib/IR/
Mangler.cpp 119 if (!GV->hasName()) {
ValueSymbolTable.cpp 56 assert(V->hasName() && "Can't insert nameless Value into symbol table");
  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 81 if (CalledFunc->hasLocalLinkage() || !CalledFunc->hasName() ||
  /external/llvm/tools/lli/
OrcLazyJIT.cpp 88 if (F.hasName()) {
  /external/clang/docs/
LibASTMatchersReference.html 95 recordDecl(decl().bind("id"), hasName("::MyClass"))
    [all...]
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 305 Alloca->hasName() ? Alloca->getName() : "<unnamed alloca>";
425 if (BB->hasName()) {
584 if (BB->hasName())
598 if (BB.hasName()) {
628 if (V.hasName()) {

Completed in 554 milliseconds

12 3 4 5 6 7