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:IsSwappable
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCVSXSwapRemoval.cpp
78
unsigned int
IsSwappable
: 1;
member
285
SwapVector[VecIdx].
IsSwappable
= 1;
in gatherVectorInstructions()
306
SwapVector[VecIdx].
IsSwappable
= 1;
in gatherVectorInstructions()
319
SwapVector[VecIdx].
IsSwappable
= 1;
in gatherVectorInstructions()
331
SwapVector[VecIdx].
IsSwappable
= 1;
in gatherVectorInstructions()
359
SwapVector[VecIdx].
IsSwappable
= 1;
in gatherVectorInstructions()
380
SwapVector[VecIdx].
IsSwappable
= 1;
in gatherVectorInstructions()
387
SwapVector[VecIdx].
IsSwappable
= 1;
in gatherVectorInstructions()
399
SwapVector[VecIdx].
IsSwappable
= 1;
in gatherVectorInstructions()
402
SwapVector[VecIdx].
IsSwappable
in gatherVectorInstructions()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/
H
A
D
type_traits.h
742
//
IsSwappable
747
struct
IsSwappable
struct
762
template <class T, absl::enable_if_t<
IsSwappable
<T>::value, int> = 0>
772
using StdSwapIsUnconstrained =
IsSwappable
<void()>;
780
using swap_internal::
IsSwappable
;
H
A
D
type_traits_test.cc
1332
TEST(TypeTraitsTest,
IsSwappable
) {
in TEST()
1333
using absl::type_traits_internal::
IsSwappable
;
in TEST()
1336
EXPECT_TRUE(
IsSwappable
<int>::value);
in TEST()
1339
EXPECT_TRUE(
IsSwappable
<S>::value);
in TEST()
1347
EXPECT_EQ(
IsSwappable
<NoConstruct>::value, StdSwapIsUnconstrained::value);
in TEST()
1354
EXPECT_EQ(
IsSwappable
<NoAssign>::value, StdSwapIsUnconstrained::value);
in TEST()
1356
EXPECT_FALSE(
IsSwappable
<adl_namespace::DeletedSwap>::value);
in TEST()
1358
EXPECT_TRUE(
IsSwappable
<adl_namespace::SpecialNoexceptSwap>::value);
in TEST()
/third_party/node/deps/v8/src/base/
H
A
D
optional.h
377
struct
IsSwappable
: decltype(swappable_impl::IsSwappableImpl::Check<T&>(0)) {};
struct
874
internal::
IsSwappable
<T>::value>::type
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H
A
D
conformance_testing_test.cc
668
EXPECT_FALSE(absl::type_traits_internal::
IsSwappable
<arch>::value);
in TYPED_TEST_P()
672
EXPECT_TRUE(absl::type_traits_internal::
IsSwappable
<arch>::value);
in TYPED_TEST_P()
676
EXPECT_TRUE(absl::type_traits_internal::
IsSwappable
<arch>::value);
in TYPED_TEST_P()
H
A
D
conformance_profile.h
510
return type_traits_internal::
IsSwappable
<T>::value
in swappable_support_of()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H
A
D
variant.h
139
type_traits_internal::
IsSwappable
<Ts>...>::value,
H
A
D
optional.h
547
type_traits_internal::
IsSwappable
<T>::value,
Completed in 13 milliseconds