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
defs:alloca
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/backends/include/
H
A
D
lalloca.h
51
# define
alloca
__builtin_alloca
macro
63
#define
alloca
sanei_alloca
macro
/third_party/mesa3d/include/
H
A
D
c99_alloca.h
36
# define
alloca
_alloca
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
alloca.h
13
#define
alloca
__builtin_alloca
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
alloca.h
13
#define
alloca
__builtin_alloca
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
alloca.h
13
#define
alloca
__builtin_alloca
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
alloca.h
13
#define
alloca
__builtin_alloca
macro
/third_party/musl/porting/liteos_m/user/include/
H
A
D
alloca.h
13
#define
alloca
__builtin_alloca
macro
/third_party/musl/include/
H
A
D
alloca.h
13
#define
alloca
__builtin_alloca
macro
/third_party/python/Modules/_ctypes/libffi_osx/include/
H
A
D
ffi_common.h
20
# define
alloca
__builtin_alloca
macro
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
cryptlib.c
26
# define
alloca
_alloca
macro
/third_party/openssl/crypto/
H
A
D
cryptlib.c
26
# define
alloca
_alloca
macro
/third_party/openssl/ohos_lite/crypto/
H
A
D
cryptlib.c
181
# define
alloca
_alloca
macro
/third_party/node/deps/openssl/openssl/crypto/bn/
H
A
D
bn_exp.c
18
# define
alloca
_alloca
macro
22
# define
alloca
(s) __builtin_alloca((s))
macro
/third_party/openssl/crypto/bn/
H
A
D
bn_exp.c
18
# define
alloca
_alloca
macro
22
# define
alloca
(s) __builtin_alloca((s))
macro
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
LLVMReactorDebugInfo.cpp
362
auto
alloca
= new llvm::AllocaInst(value->getType(), 0, pending.name);
in emitPending()
local
H
A
D
Optimizer.cpp
142
auto *
alloca
= llvm::dyn_cast<Ice::InstAlloca>(&inst);
in propagateAlloca()
local
213
auto *
alloca
= llvm::dyn_cast<Ice::InstAlloca>(&inst);
in performScalarReplacementOfAggregates()
local
242
auto *
alloca
= Ice::InstAlloca::create(function, newAddress[i], bytes, alignInBytes);
performScalarReplacementOfAggregates()
local
654
Ice::InstAlloca *
alloca
= def ? llvm::dyn_cast<Ice::InstAlloca>(def) : nullptr;
allocaOf()
local
[all...]
H
A
D
SubzeroReactor.cpp
104
auto
alloca
= Ice::InstAlloca::create(function, address, bytes, typeSize); // SRoA depends on the alignment to match the type size.
in allocateStackVariable()
local
/third_party/backends/lib/
H
A
D
alloca.c
163
alloca
(size)
alloca()
function
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
dxil_dump.c
525
dump_instr_alloca(struct dxil_dumper *d, struct dxil_instr_alloca *
alloca
)
in dump_instr_alloca()
argument
H
A
D
dxil_internal.h
241
struct dxil_instr_alloca
alloca
;
member
/third_party/node/deps/openssl/openssl/engines/
H
A
D
e_capi.c
25
# define
alloca
_alloca
macro
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H
A
D
preprocessor_tab_autogen.cpp
314
# define
alloca
_alloca
macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H
A
D
ExpressionParser.cpp
337
# define
alloca
_alloca
macro
/third_party/openssl/engines/
H
A
D
e_capi.c
25
# define
alloca
_alloca
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
CodeExtractor.cpp
1092
AllocaInst *
alloca
=
in emitCallAndSwitchStatement()
local
[all...]
Completed in 28 milliseconds
1
2