Home
last modified time | relevance | path

Searched refs:hasName (Results 1 – 25 of 44) sorted by relevance

12

/external/webkit/Source/WebCore/html/parser/
DXSSFilter.cpp68 static bool hasName(const HTMLToken& token, const QualifiedName& name) in hasName() function
240 if (hasName(token, scriptTag)) in filterTokenInitial()
242 else if (hasName(token, objectTag)) in filterTokenInitial()
244 else if (hasName(token, paramTag)) in filterTokenInitial()
246 else if (hasName(token, embedTag)) in filterTokenInitial()
248 else if (hasName(token, appletTag)) in filterTokenInitial()
250 else if (hasName(token, iframeTag)) in filterTokenInitial()
252 else if (hasName(token, metaTag)) in filterTokenInitial()
254 else if (hasName(token, baseTag)) in filterTokenInitial()
256 else if (hasName(token, formTag)) in filterTokenInitial()
[all …]
/external/llvm/lib/VMCore/
DSymbolTableListTraitsImpl.h51 if (I->hasName()) in setSymTabObject()
59 if (I->hasName()) in setSymTabObject()
71 if (V->hasName()) in addNodeToList()
80 if (V->hasName()) in removeNodeFromList()
101 bool HasName = V.hasName(); in transferNodesFromList()
DValue.cpp165 if (NewName.isTriviallyEmpty() && !hasName()) in setName()
204 if (hasName()) { in setName()
224 if (hasName()) { in takeName()
229 if (V->hasName()) V->setName(""); in takeName()
243 if (!V->hasName()) return; in takeName()
DAsmWriter.cpp451 if (!I->hasName()) in processModule()
467 if (!I->hasName()) in processModule()
481 if (!AI->hasName()) in processFunction()
491 if (!BB->hasName()) in processFunction()
496 if (!I->getType()->isVoidTy() && !I->hasName()) in processFunction()
571 assert(!V->hasName() && "Doesn't need a slot!"); in CreateModuleSlot()
586 assert(!V->getType()->isVoidTy() && !V->hasName() && "Doesn't need a slot!"); in CreateFunctionSlot()
961 if (V->hasName()) { in WriteAsOperandInternal()
1058 V->hasName() || isa<GlobalValue>(V))) { in WriteAsOperand()
1343 if (!GA->hasName()) in printAlias()
[all …]
DValueSymbolTable.cpp37 assert(V->hasName() && "Can't insert nameless Value into symbol table"); in reinsertValue()
/external/llvm/tools/llvm-diff/
DDiffConsumer.cpp28 if (!AI->hasName()) in ComputeNumbering()
33 if (!FI->hasName()) in ComputeNumbering()
39 if (!BI->hasName() && !BI->getType()->isVoidTy()) in ComputeNumbering()
48 if (V->hasName()) { in printValue()
108 if (L->hasName() && R->hasName() && L->getName() == R->getName()) in header()
/external/llvm/lib/Transforms/Utils/
DInstructionNamer.cpp37 if (!AI->hasName() && !AI->getType()->isVoidTy()) in runOnFunction()
41 if (!BB->hasName()) in runOnFunction()
45 if (!I->hasName() && !I->getType()->isVoidTy()) in runOnFunction()
DCloneFunction.cpp39 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix); in CloneBasicBlock()
47 if (II->hasName()) in CloneBasicBlock()
225 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix); in CloneBlock()
241 if (II->hasName()) in CloneBlock()
293 if (OldTI->hasName()) in CloneBlock()
DBasicBlockUtils.cpp164 if (!PredBB->hasName()) in MergeBlockIntoPredecessor()
203 if (I.hasName() && !V->hasName()) in ReplaceInstWithValue()
DLoopUnroll.cpp100 if (!OldName.empty() && !OnlyPred->hasName()) in FoldBlockIntoPredecessor()
/external/llvm/lib/Linker/
DLinkArchives.cpp49 if (I->hasName()) { in GetAllUndefinedSymbols()
61 if (I->hasName()) { in GetAllUndefinedSymbols()
73 if (I->hasName()) in GetAllUndefinedSymbols()
DLinkModules.cpp194 if (!SrcSTy->hasName()) continue; in linkDefinedTypeBodies()
197 if (!DstSTy->hasName() || DstSTy->getName().size() > SrcName.size()) { in linkDefinedTypeBodies()
361 if (!SrcGV->hasName() || SrcGV->hasLocalLinkage()) in getLinkedToGlobal()
/external/llvm/tools/bugpoint/
DExtractFunction.cpp267 if (I->hasName() && I->getName()[0] == '\01') in SplitFunctionsOutOfModule()
342 if (!BB->hasName()) BB->setName("tmpbb"); in ExtractMappedBlocksFromModule()
DMiscompilation.cpp293 if (!I->hasName()) in DisambiguateGlobalSymbols()
296 if (!I->hasName()) in DisambiguateGlobalSymbols()
/external/llvm/lib/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp107 assert(F.hasName() && FnStart != 0 && "Bad symbol to add"); in NotifyFunctionEmitted()
/external/llvm/lib/Target/
DMangler.cpp188 if (GV->hasName()) { in getNameWithPrefix()
/external/llvm/lib/Archive/
DArchive.cpp212 if (AI->hasName()) in getSymbols()
/external/llvm/include/llvm/
DValue.h114 bool hasName() const { return Name != 0; } in hasName() function
DDerivedTypes.h235 bool hasName() const { return SymbolTableEntry != 0; } in hasName() function
/external/llvm/lib/Analysis/
DSparsePropagation.cpp335 if (BB->hasName()) in Print()
DPathNumbering.cpp141 if(getBlock()->hasName()) { in getName()
DInlineCost.cpp30 if (!F->hasName()) return false; in callIsSmall()
DConstantFolding.cpp1072 if (!F->hasName()) return false; in canConstantFoldCallTo()
1169 if (!F->hasName()) return 0; in ConstantFoldCall()
DLint.cpp186 Assert1(F.hasName() || F.hasLocalLinkage(), in visitFunction()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp383 if (STy->hasName()) in getCppName()
429 if (val->hasName()) in getCppName()
1618 if (AI->hasName()) { in printFunctionBody()
1632 if (BI->hasName()) in printFunctionBody()

12