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:may_alias
(Results
1 - 14
of
14
) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H
A
D
cgenerator.py
171
self.
may_alias
= None
384
if not self.
may_alias
:
391
self.
may_alias
= set(typeName
398
self.
may_alias
.update(set(x for x in polymorphic_bases
400
return typeName in self.
may_alias
H
A
D
json_h_generator.py
80
self.
may_alias
= None
H
A
D
schema_generator.py
127
self.
may_alias
= None
H
A
D
json_c_generator.py
129
self.
may_alias
= None
H
A
D
json_generator.py
298
self.
may_alias
= None
H
A
D
json_parser.py
347
self.
may_alias
= None
/third_party/vulkan-headers/registry/
H
A
D
cgenerator.py
171
self.
may_alias
= None
384
if not self.
may_alias
:
391
self.
may_alias
= set(typeName
398
self.
may_alias
.update(set(x for x in polymorphic_bases
400
return typeName in self.
may_alias
/third_party/optimized-routines/networking/
H
A
D
chksum_common.h
32
#define
may_alias
__attribute__((__may_alias__))
macro
43
#define
may_alias
macro
/third_party/optimized-routines/networking/test/
H
A
D
chksum.c
29
#define
may_alias
__attribute__((__may_alias__))
macro
31
#define
may_alias
macro
41
const uint16_t *
may_alias
hptr = ptr;
in checksum_simple()
/third_party/optimized-routines/networking/arm/
H
A
D
chksum_simd.c
35
const uint64_t *
may_alias
ptr64 = align_ptr(ptr, 8);
in __chksum_arm_simd()
56
const uint32_t *
may_alias
ptr32 = ptr;
in __chksum_arm_simd()
/third_party/ffmpeg/libavutil/
H
A
D
attributes.h
148
# define av_alias __attribute__((
may_alias
))
/third_party/optimized-routines/networking/aarch64/
H
A
D
chksum_simd.c
76
const uint32_t *
may_alias
ptr32 = ptr;
in __chksum_aarch64_simd()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_load_store_vectorize.c
973
may_alias
(nir_shader *shader, struct entry *a, struct entry *b)
in may_alias()
function
1022
if (
may_alias
(ctx->shader, first, next))
in check_for_aliasing()
1032
if (prev->is_store &&
may_alias
(ctx->shader, second, prev))
in check_for_aliasing()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 33 milliseconds