HomeSort by relevance Sort by last modified time
    Searched refs:Static (Results 176 - 200 of 245) sorted by null

1 2 3 4 5 6 78 910

  /frameworks/compile/slang/
slang_backend.cpp 92 static char ID;
185 llvm::Reloc::Model RM = llvm::Reloc::Static;
729 // Create a static global destructor if necessary (to handle RS object
736 // Process any static function declarations
836 static void PadHelperFunctionStruct(llvm::Module *M,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 548 static SDValue
756 static SDValue
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 44 static cl::opt<bool> EmitJumpTables("hexagon-emit-jump-tables",
48 static cl::opt<bool> EnableHexSDNodeSched("enable-hexagon-sdnode-sched",
52 static cl::opt<bool> EnableFastMath("ffast-math",
56 static cl::opt<int> MinimumJumpTables("minimum-jump-tables",
60 static cl::opt<int> MaxStoresPerMemcpyCL("max-store-memcpy",
64 static cl::opt<int> MaxStoresPerMemcpyOptSizeCL("max-store-memcpy-Os",
68 static cl::opt<int> MaxStoresPerMemmoveCL("max-store-memmove",
72 static cl::opt<int> MaxStoresPerMemmoveOptSizeCL("max-store-memmove-Os",
76 static cl::opt<int> MaxStoresPerMemsetCL("max-store-memset",
80 static cl::opt<int> MaxStoresPerMemsetOptSizeCL("max-store-memset-Os"
    [all...]
  /build/make/tools/
warn.py 43 # Old stuff for static html components:
44 # html_script_style: static html scripts and styles
55 # New dynamic HTML page's static JavaScript data:
341 'patterns': [r".*: warning: 'static' is not at beginning of declaration"]},
388 'description': 'Static variable used in non-static inline function',
389 'patterns': [r".*: warning: '.+' is static but used in inline function '.+' which is not static"]},
512 'Java: Field name is CONSTANT CASE, but field is not static and final',
547 'Java: Utility classes (only static members) are not designed to be instantiated and should be made noninstantiable with a default con (…)
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 57 static const TerminalColor DeclKindNameColor = { raw_ostream::GREEN, true };
59 static const TerminalColor AttrColor = { raw_ostream::BLUE, true };
61 static const TerminalColor StmtColor = { raw_ostream::MAGENTA, true };
63 static const TerminalColor CommentColor = { raw_ostream::BLUE, false };
66 static const TerminalColor TypeColor = { raw_ostream::GREEN, false };
69 static const TerminalColor AddressColor = { raw_ostream::YELLOW, false };
71 static const TerminalColor LocationColor = { raw_ostream::YELLOW, false };
74 static const TerminalColor ValueKindColor = { raw_ostream::CYAN, false };
76 static const TerminalColor ObjectKindColor = { raw_ostream::CYAN, false };
79 static const TerminalColor NullColor = { raw_ostream::BLUE, false }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 65 static char ID;
367 MF.getTarget().getRelocationModel() != Reloc::Static) &&
368 "JIT relocation model must be set to static or default!");
    [all...]
ARMISelLowering.cpp 61 static cl::opt<bool>
71 static cl::opt<bool>
92 static const unsigned GPRArgRegs[] = {
169 static TargetLoweringObjectFile *createTLOF(TargetMachine &TM) {
    [all...]
  /external/v8/src/parsing/
preparser.h 28 static PreParserIdentifier Default() {
31 static PreParserIdentifier Empty() {
34 static PreParserIdentifier Eval() {
37 static PreParserIdentifier Arguments() {
40 static PreParserIdentifier Undefined() {
43 static PreParserIdentifier FutureReserved() {
46 static PreParserIdentifier FutureStrictReserved() {
49 static PreParserIdentifier Let() {
52 static PreParserIdentifier Static() {
    [all...]
  /system/libhwbinder/
Parcel.cpp 49 #include <hwbinder/Static.h>
69 static size_t pad_size(size_t s) {
90 static pthread_mutex_t gParcelGlobalAllocSizeLock = PTHREAD_MUTEX_INITIALIZER;
91 static size_t gParcelGlobalAllocSize = 0;
92 static size_t gParcelGlobalAllocCount = 0;
94 static size_t gMaxFds = 0;
96 static const size_t PARCEL_REF_CAP = 1024;
190 inline static status_t finish_flatten_binder(
284 inline static status_t finish_unflatten_binder(
345 static inline bool isBuffer(const binder_buffer_object& obj)
    [all...]
  /build/soong/cc/
cc.go 179 static() bool
257 staticDepTag = dependencyTag{name: "static", library: true}
258 staticExportDepTag = dependencyTag{name: "static", library: true, reexportFlags: true}
259 lateStaticDepTag = dependencyTag{name: "late static", library: true}
260 wholeStaticDepTag = dependencyTag{name: "whole static", library: true, reexportFlags: true}
404 func (ctx *moduleContextImpl) static() bool { func
405 if static, ok := ctx.mod.linker.(interface {
406 static() bool
408 return static.static()
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 95 #define mDNSlocal static
106 // When "mDNSlocal" is just a synonym for "static", and "mDNSexport" is a complete no-op, you could be
112 // Using "mDNSlocal" instead of "static" makes it easier to do a textual searches for one or the other.
113 // For example you can do a search for "static" to find if any functions declare any local variables as "static"
114 // (generally a bad idea unless it's also "const", because static storage usually risks being non-thread-safe)
115 // without the results being cluttered with hundreds of matches for functions declared static.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 361 static void MoveBelowOrigChain(SelectionDAG *CurDAG, SDValue Load,
398 static bool isCalleeLoad(SDValue Callee, SDValue &Chain, bool HasCallSeq) {
556 static bool isDispSafeForFrameIndex(int64_t Val) {
666 // X86-32 always and X86-64 when in -static -mcmodel=small mode. In 64-bit
670 TM.getRelocationModel() == Reloc::Static)) {
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 51 #include <private/binder/Static.h>
69 static size_t pad_size(size_t s) {
89 static pthread_mutex_t gParcelGlobalAllocSizeLock = PTHREAD_MUTEX_INITIALIZER;
90 static size_t gParcelGlobalAllocSize = 0;
91 static size_t gParcelGlobalAllocCount = 0;
93 static size_t gMaxFds = 0;
96 static const size_t BLOB_INPLACE_LIMIT = 16 * 1024;
152 static void release_object(const sp<ProcessState>& proc,
203 inline static status_t finish_flatten_binder(
297 inline static status_t finish_unflatten_binder
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 71 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) {
77 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) {
86 static CanQualType GetReturnType(QualType RetTy) {
104 static void appendParameterTypes(const CodeGenTypes &CGT,
139 static const CGFunctionInfo &
167 static CallingConv getCallingConventionForDecl(const Decl *D, bool IsWindows) {
206 /// unknown C++ non-static member function of the given abstract type.
229 /// definition of the given C++ non-static member function. The
303 static SmallVector<CanQualType, 16>
311 static SmallVector<CanQualType, 16
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
  /external/clang/lib/Driver/
Tools.cpp 55 static void handleTargetFeaturesGroup(const ArgList &Args,
73 static const char *getSparcAsmModeForCPU(StringRef Name,
113 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) {
126 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) {
132 << "-static";
138 static void EscapeSpacesAndBackslashes(const char *Arg,
155 static void QuoteTarget(StringRef Target, SmallVectorImpl<char> &Res) {
181 static void addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs,
235 static void AddLinkerInputs(const ToolChain &TC, const InputInfoList &Inputs,
279 static bool isObjCAutoRefCount(const ArgList &Args)
    [all...]
  /external/protobuf/js/
message.js     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp 41 static bool CC_PPC_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT,
45 static bool CC_PPC_SVR4_Custom_AlignArgRegs(unsigned &ValNo, MVT &ValVT,
50 static bool CC_PPC_SVR4_Custom_AlignFPArgRegs(unsigned &ValNo, MVT &ValVT,
56 static cl::opt<bool> EnablePPCPreinc("enable-ppc-preinc",
60 static TargetLoweringObjectFile *CreateTLOF(const PPCTargetMachine &TM) {
482 static bool isFloatingPointZero(SDValue Op) {
496 static bool isConstantOrUndef(int Op, int Val) {
537 static bool isVMerge(ShuffleVectorSDNode *N, unsigned UnitSize,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/clang/include/clang/AST/
Type.h 55 static inline void *getAsVoidPointer(::clang::Type *P) { return P; }
56 static inline ::clang::Type *getFromVoidPointer(void *P) {
64 static inline void *getAsVoidPointer(::clang::ExtQuals *P) { return P; }
65 static inline ::clang::ExtQuals *getFromVoidPointer(void *P) {
72 struct isPodLike<clang::QualType> { static const bool value = true; };
170 static Qualifiers removeCommonQualifiers(Qualifiers &L, Qualifiers &R) {
206 static Qualifiers fromFastMask(unsigned Mask) {
212 static Qualifiers fromCVRMask(unsigned CVR) {
218 static Qualifiers fromCVRUMask(unsigned CVRU) {
225 static Qualifiers fromOpaqueValue(unsigned opaque)
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 81 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK,
106 static unsigned getOptimizationLevelSize(ArgList &Args) {
122 static void addDiagnosticArgs(ArgList &Args, OptSpecifier Group,
141 static void getAllNoBuiltinFuncValues(ArgList &Args,
155 static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args,
307 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) {
313 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) {
318 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) {
331 static std::shared_ptr<llvm::Regex>
345 static bool parseDiagnosticLevelMask(StringRef FlagName
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 177 static std::pair<X86::CondCode, bool>
215 static std::pair<unsigned, bool>
860 // Do static allocas.
    [all...]

Completed in 1478 milliseconds

1 2 3 4 5 6 78 910