HomeSort by relevance Sort by last modified time
    Searched refs:Static (Results 126 - 140 of 140) sorted by null

1 2 3 4 56

  /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 52 static inline void *getAsVoidPointer(::clang::Type *P) { return P; }
53 static inline ::clang::Type *getFromVoidPointer(void *P) {
61 static inline void *getAsVoidPointer(::clang::ExtQuals *P) { return P; }
62 static inline ::clang::ExtQuals *getFromVoidPointer(void *P) {
69 struct isPodLike<clang::QualType> { static const bool value = true; };
166 static Qualifiers removeCommonQualifiers(Qualifiers &L, Qualifiers &R) {
202 static Qualifiers fromFastMask(unsigned Mask) {
208 static Qualifiers fromCVRMask(unsigned CVR) {
215 static Qualifiers fromOpaqueValue(unsigned opaque) {
486 static const uint32_t GCAttrMask = 0x18
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 41 static void DefineStd(MacroBuilder &Builder, StringRef MacroName,
57 static void defineCPUMacros(MacroBuilder &Builder, StringRef CPUName,
87 static void getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts,
115 if (Opts.Static)
629 static const Builtin::Info BuiltinInfo[];
630 static const char * const GCCRegNames[];
631 static const TargetInfo::GCCRegAlias GCCRegAliases[];
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 242 // Assume that everything is safe in static mode.
243 if (getTargetMachine().getRelocationModel() == Reloc::Static)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 638 // Darwin targets don't support movt with Reloc::Static, see
640 // static movt relocations.
642 Subtarget->isTargetDarwin() == (RelocM != Reloc::Static)) {
    [all...]
  /external/dropbear/libtommath/
bn.tex 99 \subsection{Static Libraries}
100 To build as a static library for GCC issue the following
120 and static then install (by default) into /usr/lib as well as install the header files in /usr/include. The shared
121 library (resource) will be called ``libtommath.la'' while the static library called ``libtommath.a''. Generally
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 40 static cl::opt<bool> DisablePPCPreinc("disable-ppc-preinc",
43 static cl::opt<bool> DisableILPPref("disable-ppc-ilp-pref",
46 static cl::opt<bool> DisablePPCUnaligned("disable-ppc-unaligned",
49 static TargetLoweringObjectFile *CreateTLOF(const PPCTargetMachine &TM) {
678 static bool isFloatingPointZero(SDValue Op) {
692 static bool isConstantOrUndef(int Op, int Val) {
733 static bool isVMerge(ShuffleVectorSDNode *N, unsigned UnitSize,
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 74 static void DiagnoseUnusedOfDecl(Sema &S, NamedDecl *D, SourceLocation Loc) {
83 static AvailabilityResult DiagnoseAvailabilityOfDecl(Sema &S,
184 static bool hasAnyExplicitStorageClass(const FunctionDecl *D) {
202 static void diagnoseUseOfInternalDeclInInlineFunction(Sema &S,
250 // Suggest "static" on the function, if possible.
254 << Cur << FixItHint::CreateInsertion(DeclBegin, "static ");
468 static void CheckForNullPointerDereference(Sema &S, Expr *E) {
487 static void DiagnoseDirectIsaAccess(Sema &S, const ObjCIvarRefExpr *OIRE,
    [all...]
  /external/llvm/
configure     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 58 static SDValue getMOVL(SelectionDAG &DAG, SDLoc dl, EVT VT, SDValue V1,
61 static SDValue ExtractSubVector(SDValue Vec, unsigned IdxVal,
102 static SDValue Extract128BitVector(SDValue Vec, unsigned IdxVal,
110 static SDValue Extract256BitVector(SDValue Vec, unsigned IdxVal,
116 static SDValue InsertSubVector(SDValue Result, SDValue Vec,
146 static SDValue Insert128BitVector(SDValue Result, SDValue Vec,
153 static SDValue Insert256BitVector(SDValue Result, SDValue Vec,
164 static SDValue Concat128BitVectors(SDValue V1, SDValue V2, EVT VT,
171 static SDValue Concat256BitVectors(SDValue V1, SDValue V2, EVT VT,
178 static TargetLoweringObjectFile *createTLOF(X86TargetMachine &TM)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 110 "static struct switch typedef union unsigned void volatile ";
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 110 "static struct switch typedef union unsigned void volatile ";
    [all...]

Completed in 1952 milliseconds

1 2 3 4 56