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:TypeConverter
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceTypeConverter.h
40
class
TypeConverter
{
class
41
TypeConverter
() = delete;
42
TypeConverter
(const
TypeConverter
&) = delete;
43
TypeConverter
&operator=(const
TypeConverter
&) = delete;
47
explicit
TypeConverter
(llvm::LLVMContext &Context);
H
A
D
IceTypeConverter.cpp
22
TypeConverter
::
TypeConverter
(llvm::LLVMContext &Context) {
in TypeConverter()
function in Ice::TypeConverter
46
void
TypeConverter
::addLLVMType(Type Ty, llvm::Type *LLVMTy) {
in addLLVMType()
50
Type
TypeConverter
::convertToIceTypeOther(llvm::Type *LLVMTy) const {
in convertToIceTypeOther()
H
A
D
IceConverter.cpp
73
TypeConverter
(Converter.getModule()->getContext()) {}
in LLVM2ICEConverter()
80
const Ice::
TypeConverter
TypeConverter
;
member in __anon25471::LLVM2ICEConverter
197
Ice::Type IceTy =
TypeConverter
.convertToIceType(LLVMTy);
in convertToIceType()
786
assert(
TypeConverter
.convertToIceType(Exp->getType()) ==
in addGlobalInitializer()
862
const
TypeConverter
Converter(Mod->getContext());
in installGlobalDeclarations()
/third_party/googletest/googlemock/scripts/generator/cpp/
H
A
D
ast.py
362
converter =
TypeConverter
(namespace)
456
class
TypeConverter
(object):
class
707
self.converter =
TypeConverter
(self.namespace_stack)
Completed in 6 milliseconds