Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hasName
(Results
1 - 25
of
114
) sorted by relevance
1
2
3
4
5
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
SymbolTableListTraitsImpl.h
49
if (I->
hasName
())
in setSymTabObject()
56
if (I->
hasName
())
in setSymTabObject()
67
if (V->
hasName
())
in addNodeToList()
76
if (V->
hasName
())
in removeNodeFromList()
96
bool HasName = V.
hasName
();
in transferNodesFromList()
H
A
D
Value.cpp
219
if (!
hasName
())
in getName()
230
if (NewName.isTriviallyEmpty() && !
hasName
())
in setNameImpl()
273
if (
hasName
()) {
in setNameImpl()
295
if (
hasName
()) {
in takeName()
300
if (V->
hasName
()) V->setName("");
in takeName()
313
if (!V->
hasName
()) return;
in takeName()
H
A
D
ValueSymbolTable.cpp
73
assert(V->
hasName
() && "Can't insert nameless Value into symbol table");
in reinsertValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
InstructionNamer.cpp
36
if (!Arg.
hasName
())
40
if (!BB.
hasName
())
44
if (!I.
hasName
() && !I.getType()->isVoidTy())
H
A
D
NameAnonGlobals.cpp
41
if (F.isDeclaration() || F.hasLocalLinkage() || !F.
hasName
())
in get()
47
if (GV.isDeclaration() || GV.hasLocalLinkage() || !GV.
hasName
())
in get()
70
if (GV.
hasName
())
in nameUnamedGlobals()
H
A
D
CloneFunction.cpp
46
if (BB->
hasName
())
in CloneBasicBlock()
58
if (I.
hasName
())
in CloneBasicBlock()
312
if (BB->
hasName
()) NewBB->setName(BB->getName()+NameSuffix);
in CloneBlock()
363
if (II->
hasName
())
in CloneBlock()
421
if (OldTI->
hasName
())
in CloneBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H
A
D
ObjectLinkingLayer.cpp
102
if (Sym->
hasName
() && Sym->getScope() != Scope::Local) {
121
if (Sym->
hasName
()) {
185
if (Sym->
hasName
() && Sym->getLinkage() == Linkage::Weak) {
in externalizeWeakAndCommonSymbols()
191
if (Sym->
hasName
() && Sym->getLinkage() == Linkage::Weak) {
in externalizeWeakAndCommonSymbols()
202
if (Sym->
hasName
() && MR.getSymbols().count(ES.intern(Sym->getName())))
in markResponsibilitySymbolsLive()
258
if (!Sym->
hasName
()) {
in computeAnonDeps()
264
if (TargetSym.
hasName
())
in computeAnonDeps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H
A
D
BasicGOTAndStubsBuilder.h
40
assert(Target.
hasName
() && "GOT edge cannot point to anonymous target");
in getGOTEntrySymbol()
56
assert(Target.
hasName
() &&
in getStubSymbol()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H
A
D
Bcp47MapperTest.java
45
assertThat(bcp47Data).
hasName
("keyTypeData");
in testSimple()
62
assertThat(tzData).
hasName
("timezoneTypes");
in testSimple()
79
assertThat(bcp47Data).
hasName
("keyTypeData");
in testSimpleTimezone()
93
assertThat(tzData).
hasName
("timezoneTypes");
in testSimpleTimezone()
H
A
D
CollationMapperTest.java
29
assertThat(icuData).
hasName
("xx");
in testEmpty()
37
assertThat(rootData).
hasName
("root");
in testEmpty()
H
A
D
PluralRangesMapperTest.java
51
assertThat(icuData).
hasName
("pluralRanges");
in testSimple()
79
assertThat(icuData).
hasName
("pluralRanges");
in testMultipleSets()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
EraRules.java
68
boolean
hasName
= true;
in getInstance()
85
hasName
= false;
in getInstance()
112
if (
hasName
) {
in getInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
EraRules.java
70
boolean
hasName
= true;
in getInstance()
87
hasName
= false;
in getInstance()
114
if (
hasName
) {
in getInstance()
/third_party/node/lib/internal/source_map/
H
A
D
prepare_stack_trace.js
94
const
hasName
= !!(name || originalName);
99
return `${str}${prefix}${
hasName
? ' (' : ''}` +
101
`${originalColumn + 1}${
hasName
? ')' : ''}`;
/third_party/icu/icu4c/source/i18n/
H
A
D
erarules.cpp
159
UBool
hasName
= true;
in createInstance()
local
181
hasName
= false;
in createInstance()
209
if (
hasName
) {
in createInstance()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
erarules.cpp
159
UBool
hasName
= true;
in createInstance()
local
181
hasName
= false;
in createInstance()
209
if (
hasName
) {
in createInstance()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
erarules.cpp
159
UBool
hasName
= TRUE;
in createInstance()
local
181
hasName
= FALSE;
in createInstance()
209
if (
hasName
) {
in createInstance()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H
A
D
NVPTXUtilities.cpp
228
assert(val.
hasName
() && "Found texture variable with no name");
in getTextureName()
233
assert(val.
hasName
() && "Found surface variable with no name");
in getSurfaceName()
238
assert(val.
hasName
() && "Found sampler variable with no name");
in getSamplerName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
DomTreeUpdater.cpp
470
if (!From->
hasName
())
in dump()
479
if (!To->
hasName
())
in dump()
513
if (BB->
hasName
())
in dump()
525
if (BB->
hasName
())
in dump()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
OneofDescriptorProto.php
53
public function
hasName
()
function
H
A
D
ServiceDescriptorProto.php
58
public function
hasName
()
function
H
A
D
EnumDescriptorProto.php
80
public function
hasName
()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H
A
D
LTOCodeGenerator.cpp
425
if (!GV.
hasName
())
in applyScopeRestrictions()
449
GV.
hasName
())
in applyScopeRestrictions()
483
if (!GV.hasLocalLinkage() || !GV.
hasName
())
in restoreLinkageForExternals()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H
A
D
IcuDataSubject.java
23
public void
hasName
(String name) {
in hasName()
method in IcuDataSubject
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H
A
D
ProvenanceAnalysisEvaluator.cpp
49
if (!V->
hasName
())
in insertIfNamed()
Completed in 15 milliseconds
1
2
3
4
5