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:isResolved
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
Metadata.cpp
307
if (OwnerMD->
isResolved
())
in resolveAllUses()
315
return N->
isResolved
() ? nullptr : N->Context.getOrCreateReplaceableUses();
in getOrCreate()
321
return N->
isResolved
() ? nullptr : N->Context.getReplaceableUses();
in getIfExists()
327
return !N->
isResolved
();
in isReplaceable()
536
return !N->
isResolved
();
in isOperandUnresolved()
548
assert(!
isResolved
() && "Expected this to be unresolved");
in makeUniqued()
559
assert(
isResolved
() && "Expected this to be resolved");
in makeUniqued()
567
assert(!
isResolved
() && "Expected this to be unresolved");
in makeDistinct()
574
assert(
isResolved
() && "Expected this to be resolved");
in makeDistinct()
579
assert(!
isResolved
()
in resolve()
[all...]
H
A
D
DIBuilder.cpp
42
if (N->
isResolved
())
in trackIfUnresolved()
123
if (N && !N->
isResolved
())
in finalize()
997
if (T->
isResolved
())
in replaceVTableHolder()
1015
if (!T->
isResolved
())
in replaceArrays()
H
A
D
Verifier.cpp
825
Assert(MD.
isResolved
(), "All nodes should be resolved!", &MD);
in visitMDNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
LexicalScopes.h
53
assert(D->
isResolved
() && "Expected resolved node");
in LexicalScope()
54
assert((!I || I->
isResolved
()) && "Expected resolved node");
in LexicalScope()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H
A
D
PseudoLocales.java
246
private final boolean
isResolved
;
field in PseudoLocales.PseudoLocaleData
256
this.
isResolved
= checkNotNull(resolution) == RESOLVED;
in PseudoLocaleData()
278
CldrValue defaultReturnValue =
isResolved
? value : null;
in filter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
ValueMapper.cpp
155
/// (not an MDNode, or MDNode::
isResolved
() returns true).
732
if (!N->
isResolved
())
in mapNodesInPOT()
742
assert(N.
isResolved
() && "Unexpected unresolved node");
in map()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H
A
D
MetadataLoader.cpp
176
/// Gives the same result as \a lookup(), unless \a MDNode::
isResolved
()
204
if (!MDN->
isResolved
())
251
if (!N->
isResolved
())
in getMetadataIfResolved()
406
assert(MDN->
isResolved
() &&
in flush()
/third_party/skia/modules/skparagraph/src/
H
A
D
Run.h
216
bool
isResolved
() const;
H
A
D
Run.cpp
621
bool Run::
isResolved
() const {
in scaleFontWithCompressionConfig()
function in skia::textlayout::Run
H
A
D
TextLine.cpp
1183
if (ellipsisRun->
isResolved
()) {
1200
if (ellipsisRun->
isResolved
()) {
1212
if (ellipsisRun->
isResolved
()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
Metadata.h
948
bool
isResolved
() const { return !isTemporary() && !NumUnresolved; }
in isResolved()
function in llvm::MDNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H
A
D
Metadata.h
905
bool
isResolved
() const { return !isTemporary() && !NumUnresolved; }
in isResolved()
function in llvm::MDNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H
A
D
BitcodeWriter.cpp
2020
assert(N->
isResolved
() && "Expected forward references to be resolved");
in writeMetadataRecords()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H
A
D
LLParser.cpp
222
if (N.second && !N.second->
isResolved
())
in ValidateEndOfModule()
Completed in 48 milliseconds