/external/webkit/Source/WebCore/html/parser/ |
D | XSSFilter.cpp | 68 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/ |
D | SymbolTableListTraitsImpl.h | 51 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()
|
D | Value.cpp | 165 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()
|
D | AsmWriter.cpp | 451 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 …]
|
D | ValueSymbolTable.cpp | 37 assert(V->hasName() && "Can't insert nameless Value into symbol table"); in reinsertValue()
|
/external/llvm/tools/llvm-diff/ |
D | DiffConsumer.cpp | 28 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/ |
D | InstructionNamer.cpp | 37 if (!AI->hasName() && !AI->getType()->isVoidTy()) in runOnFunction() 41 if (!BB->hasName()) in runOnFunction() 45 if (!I->hasName() && !I->getType()->isVoidTy()) in runOnFunction()
|
D | CloneFunction.cpp | 39 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()
|
D | BasicBlockUtils.cpp | 164 if (!PredBB->hasName()) in MergeBlockIntoPredecessor() 203 if (I.hasName() && !V->hasName()) in ReplaceInstWithValue()
|
D | LoopUnroll.cpp | 100 if (!OldName.empty() && !OnlyPred->hasName()) in FoldBlockIntoPredecessor()
|
/external/llvm/lib/Linker/ |
D | LinkArchives.cpp | 49 if (I->hasName()) { in GetAllUndefinedSymbols() 61 if (I->hasName()) { in GetAllUndefinedSymbols() 73 if (I->hasName()) in GetAllUndefinedSymbols()
|
D | LinkModules.cpp | 194 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/ |
D | ExtractFunction.cpp | 267 if (I->hasName() && I->getName()[0] == '\01') in SplitFunctionsOutOfModule() 342 if (!BB->hasName()) BB->setName("tmpbb"); in ExtractMappedBlocksFromModule()
|
D | Miscompilation.cpp | 293 if (!I->hasName()) in DisambiguateGlobalSymbols() 296 if (!I->hasName()) in DisambiguateGlobalSymbols()
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | OProfileJITEventListener.cpp | 107 assert(F.hasName() && FnStart != 0 && "Bad symbol to add"); in NotifyFunctionEmitted()
|
/external/llvm/lib/Target/ |
D | Mangler.cpp | 188 if (GV->hasName()) { in getNameWithPrefix()
|
/external/llvm/lib/Archive/ |
D | Archive.cpp | 212 if (AI->hasName()) in getSymbols()
|
/external/llvm/include/llvm/ |
D | Value.h | 114 bool hasName() const { return Name != 0; } in hasName() function
|
D | DerivedTypes.h | 235 bool hasName() const { return SymbolTableEntry != 0; } in hasName() function
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 335 if (BB->hasName()) in Print()
|
D | PathNumbering.cpp | 141 if(getBlock()->hasName()) { in getName()
|
D | InlineCost.cpp | 30 if (!F->hasName()) return false; in callIsSmall()
|
D | ConstantFolding.cpp | 1072 if (!F->hasName()) return false; in canConstantFoldCallTo() 1169 if (!F->hasName()) return 0; in ConstantFoldCall()
|
D | Lint.cpp | 186 Assert1(F.hasName() || F.hasLocalLinkage(), in visitFunction()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 383 if (STy->hasName()) in getCppName() 429 if (val->hasName()) in getCppName() 1618 if (AI->hasName()) { in printFunctionBody() 1632 if (BI->hasName()) in printFunctionBody()
|