Searched refs:use (Results 1 - 25 of 365) sorted by relevance

1234567891011>>

/prebuilts/go/darwin-x86/misc/cgo/fortran/
H A Danswer.f906 use iso_c_binding, only: c_int
/prebuilts/go/linux-x86/misc/cgo/fortran/
H A Danswer.f906 use iso_c_binding, only: c_int
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sys/
H A Dasoundlib.h1 #warning This header is deprecated, use <alsa/asoundlib.h> instead.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
H A Dbackward_warning.h25 * Do not attempt to use it directly. @headername{iosfwd}
34 may be removed without further notice at a future date. Please use a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/backward/
H A Dbackward_warning.h25 * Do not attempt to use it directly. @headername{iosfwd}
34 may be removed without further notice at a future date. Please use a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
H A Dbackward_warning.h25 * Do not attempt to use it directly. @headername{iosfwd}
34 may be removed without further notice at a future date. Please use a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
/prebuilts/ndk/current/sources/third_party/vulkan/src/libs/vkjson/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
22 # Static library for platform use
40 # Static library for NDK use (CTS)
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
22 # Static library for platform use
40 # Static library for NDK use (CTS)
/prebuilts/misc/common/robolectric/
H A DAndroid.mk6 # the SDK stubs JAR for apps that can use hidden APIs like Settings.
7 # To use this, add this to LOCAL_STATIC_JAVA_LIBRARIES of your test library.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dipa-ref.h44 ENUM_BITFIELD (ipa_ref_use) use:2;
H A Dtree-flow-inline.h166 if (linknode->use)
167 gcc_checking_assert (*(linknode->use) == def);
172 /* Set the value of a use pointed to by USE to VAL. */
174 set_ssa_use_from_ptr (use_operand_p use, tree val) argument
176 delink_imm_use (use);
177 *(use->use) = val;
178 link_imm_use (use, val);
181 /* Link ssa_imm_use node LINKNODE into the chain for DEF, with use occurring
198 gcc_checking_assert (*(old->use)
368 get_use_from_ptr(use_operand_p use) argument
479 phi_arg_index_from_use(use_operand_p use) argument
982 tree use = USE_FROM_PTR (head); local
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/
H A DAndroid.mk14 $(call __ndk_info,You might want to use $$NDK/build/tools/build-cxx-stl.sh --stl=libc++)
94 # We use the LLVM unwinder for all the 32-bit ARM targets.
114 # We use the LLVM unwinder for all the 32-bit ARM targets.
147 # We use the LLVM unwinder for all the 32-bit ARM targets.
164 # driver always links for C++ but we don't use.
168 # We use the LLVM unwinder for all the 32-bit ARM targets.
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
H A DAndroid.mk14 $(call __ndk_info,You might want to use $$NDK/build/tools/build-cxx-stl.sh --stl=libc++)
94 # We use the LLVM unwinder for all the 32-bit ARM targets.
114 # We use the LLVM unwinder for all the 32-bit ARM targets.
147 # We use the LLVM unwinder for all the 32-bit ARM targets.
164 # driver always links for C++ but we don't use.
168 # We use the LLVM unwinder for all the 32-bit ARM targets.
/prebuilts/misc/common/swig/include/2.0.11/perl5/
H A Dperlkw.swg167 PERLKW(use);
207 PERLKW(use);
219 PERLKW(use);
248 PERLBN(use);
/prebuilts/tools/common/ant/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/prebuilts/tools/common/commons-compress/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/prebuilts/tools/common/guava-tools/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/prebuilts/tools/common/http-client/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/prebuilts/tools/common/kxml2-tools/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/prebuilts/tools/common/lombok-ast/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/prebuilts/tools/common/netbeans-visual/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h29 /// A use of a variable, which might be uninitialized.
41 /// Is this use uninitialized whenever the function is called?
44 /// Is this use uninitialized whenever the variable declaration is reached?
47 /// Does this use always see an uninitialized value?
50 /// This use is always uninitialized if it occurs after any of these branches
66 /// Get the expression containing the uninitialized use.
69 /// The kind of uninitialized use.
71 /// The use might be uninitialized.
73 /// The use is uninitialized whenever a certain branch is taken.
75 /// The use i
106 handleUseOfUninitVariable(const VarDecl *vd, const UninitUse &use) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
H A DUninitializedValues.h29 /// A use of a variable, which might be uninitialized.
41 /// Is this use uninitialized whenever the function is called?
44 /// Is this use uninitialized whenever the variable declaration is reached?
47 /// Does this use always see an uninitialized value?
50 /// This use is always uninitialized if it occurs after any of these branches
66 /// Get the expression containing the uninitialized use.
69 /// The kind of uninitialized use.
71 /// The use might be uninitialized.
73 /// The use is uninitialized whenever a certain branch is taken.
75 /// The use i
106 handleUseOfUninitVariable(const VarDecl *vd, const UninitUse &use) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
H A DUninitializedValues.h29 /// A use of a variable, which might be uninitialized.
41 /// Is this use uninitialized whenever the function is called?
44 /// Is this use uninitialized whenever the variable declaration is reached?
47 /// Does this use always see an uninitialized value?
50 /// This use is always uninitialized if it occurs after any of these branches
66 /// Get the expression containing the uninitialized use.
69 /// The kind of uninitialized use.
71 /// The use might be uninitialized.
73 /// The use is uninitialized whenever a certain branch is taken.
75 /// The use i
106 handleUseOfUninitVariable(const VarDecl *vd, const UninitUse &use) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
H A DUninitializedValues.h29 /// A use of a variable, which might be uninitialized.
41 /// Is this use uninitialized whenever the function is called?
44 /// Is this use uninitialized whenever the variable declaration is reached?
47 /// Does this use always see an uninitialized value?
50 /// This use is always uninitialized if it occurs after any of these branches
66 /// Get the expression containing the uninitialized use.
69 /// The kind of uninitialized use.
71 /// The use might be uninitialized.
73 /// The use is uninitialized whenever a certain branch is taken.
75 /// The use i
106 handleUseOfUninitVariable(const VarDecl *vd, const UninitUse &use) argument
[all...]

Completed in 1872 milliseconds

1234567891011>>